parent
20e8f4f4a3
commit
cb6573deee
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ RUN apk update && \
|
||||||
apk add dumb-init firefox libc6-compat pcre-dev && \
|
apk add dumb-init firefox libc6-compat pcre-dev && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY --from=builder /usr/src/pusk/_build/default/bin/pusk.exe /app/pusk
|
COPY --from=builder /usr/src/pusk/_build/default/bin/main.exe /app/pusk
|
||||||
|
|
||||||
CMD ["dumb-init", "./pusk"]
|
CMD ["dumb-init", "./pusk"]
|
||||||
|
|
Loading…
Reference in a new issue