updated docker file

This commit is contained in:
Joe Bellus 2022-02-11 01:29:00 -05:00
parent c1c7734d4a
commit 7ce5c3b2ae
2 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@ build-musl-bin:
- cd ../../../ - cd ../../../
artifacts: artifacts:
paths: paths:
- vade-linux-musl.tar.gz
- target/x86_64-unknown-linux-musl/release/vade - target/x86_64-unknown-linux-musl/release/vade
build-arm-bin: build-arm-bin:

View File

@ -1,5 +1,5 @@
FROM scratch FROM scratch
COPY target/x84-64-unknown-linux-musl/release/vade /app/vade COPY target/x84_64-unknown-linux-musl/release/vade /app/vade
EXPOSE 8080 EXPOSE 8080
WORKDIR app WORKDIR app
RUN touch data.db RUN touch data.db