ensure perms are correct
This commit is contained in:
parent
ecff42f077
commit
8b244374d8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user