ensure perms are correct

This commit is contained in:
Hackintosh Five 2023-12-08 14:48:05 +00:00
parent ecff42f077
commit 8b244374d8

View File

@ -11,8 +11,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends openconnect lib
COPY --from=builder /app/tcpproxy /app/
COPY --from=builder /app/src/NOTICE /app/
COPY --from=builder /app/src/lwip/COPYING /app/
COPY docker-entrypoint.sh /app/
COPY healthz.sh /app/
COPY --chmod=0755 docker-entrypoint.sh /app/
COPY --chmod=0755 healthz.sh /app/
EXPOSE 1234
EXPOSE 1235
EXPOSE 1236