Update Dockerfile
This commit is contained in:
parent
0352f0c8a3
commit
85b6b1a355
@ -34,6 +34,9 @@ ENV PATH="/root/.cargo/bin:${PATH}"
|
||||
# Get tauri
|
||||
RUN cargo install tauri-cli
|
||||
|
||||
# Get trunk
|
||||
RUN cargo install trunk
|
||||
|
||||
# Build app
|
||||
WORKDIR /app/client
|
||||
CMD ["cargo", "tauri", "build"]
|
||||
Loading…
x
Reference in New Issue
Block a user