updated docker file
This commit is contained in:
parent
c1c7734d4a
commit
7ce5c3b2ae
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue