updated docker file
This commit is contained in:
parent
c1c7734d4a
commit
7ce5c3b2ae
|
@ -67,6 +67,7 @@ build-musl-bin:
|
|||
- cd ../../../
|
||||
artifacts:
|
||||
paths:
|
||||
- vade-linux-musl.tar.gz
|
||||
- target/x86_64-unknown-linux-musl/release/vade
|
||||
|
||||
build-arm-bin:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
WORKDIR app
|
||||
RUN touch data.db
|
||||
|
|
Loading…
Reference in New Issue