dont force copy

This commit is contained in:
Freya Murphy 2023-07-03 01:24:36 -04:00
parent 73f5593d6c
commit 6370e2ff0a

View file

@ -11,7 +11,6 @@ RUN apk add --no-cache tini
RUN adduser -DH block
USER block
COPY --from=builder /app/target/release/bashttp /bashttp
COPY config /config
ENV CONFIG_PATH=/config
ENTRYPOINT [ "/sbin/tini", "--", "/bashttp" ]