updated docker file

This commit is contained in:
Joe Bellus 2022-02-11 01:40:57 -05:00
parent 7ce5c3b2ae
commit 8a3c5c4bb3
1 changed files with 1 additions and 1 deletions

View File

@ -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