fix(dockerfile): use debian stable-slim instead of distroless
This commit is contained in:
parent
ef4d08b1a4
commit
c897adc6ea
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN yarn install \
|
||||||
&& yarn --cwd "src/client/web" run build \
|
&& yarn --cwd "src/client/web" run build \
|
||||||
&& cp -R /quickshare/public /quickshare/dist/quickshare
|
&& cp -R /quickshare/public /quickshare/dist/quickshare
|
||||||
|
|
||||||
FROM gcr.io/distroless/base-debian10
|
FROM debian:stable-slim
|
||||||
COPY --from=build-fe /quickshare/dist/quickshare /quickshare
|
COPY --from=build-fe /quickshare/dist/quickshare /quickshare
|
||||||
ADD configs/docker.yml /quickshare
|
ADD configs/docker.yml /quickshare
|
||||||
CMD ["/quickshare/start", "-c", "/quickshare/docker.yml"]
|
CMD ["/quickshare/start", "-c", "/quickshare/docker.yml"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue