updated docker file
This commit is contained in:
parent
7ce5c3b2ae
commit
8a3c5c4bb3
|
@ -1,5 +1,5 @@
|
|||
FROM scratch
|
||||
COPY target/x84_64-unknown-linux-musl/release/vade /app/vade
|
||||
COPY target/x86_64-unknown-linux-musl/release/vade /app/vade
|
||||
EXPOSE 8080
|
||||
WORKDIR app
|
||||
RUN touch data.db
|
||||
|
|
Loading…
Reference in New Issue