dont force copy
This commit is contained in:
parent
73f5593d6c
commit
6370e2ff0a
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ RUN apk add --no-cache tini
|
||||||
RUN adduser -DH block
|
RUN adduser -DH block
|
||||||
USER block
|
USER block
|
||||||
COPY --from=builder /app/target/release/bashttp /bashttp
|
COPY --from=builder /app/target/release/bashttp /bashttp
|
||||||
COPY config /config
|
|
||||||
|
|
||||||
ENV CONFIG_PATH=/config
|
ENV CONFIG_PATH=/config
|
||||||
ENTRYPOINT [ "/sbin/tini", "--", "/bashttp" ]
|
ENTRYPOINT [ "/sbin/tini", "--", "/bashttp" ]
|
||||||
|
|
Loading…
Reference in a new issue