mirror of
https://github.com/Retropex/dockerfile-deps.git
synced 2025-05-12 16:40:40 +02:00
CI: remove --chmod from Dockerfiles (#91)
This commit is contained in:
parent
f67d00fd58
commit
b2be68992f
@ -32,8 +32,8 @@ RUN poetry install --only main
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
COPY --chmod=0755 docker-entrypoint.sh /docker-entrypoint.sh
|
||||
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
||||
|
||||
COPY --chmod=0755 wait-for-it.sh /wait-for-it.sh
|
||||
COPY wait-for-it.sh /wait-for-it.sh
|
||||
|
||||
ENTRYPOINT [ "/docker-entrypoint.sh" ]
|
||||
|
@ -36,8 +36,8 @@ RUN poetry install --only main
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
COPY --chmod=0755 docker-entrypoint.sh /docker-entrypoint.sh
|
||||
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
||||
|
||||
COPY --chmod=0755 wait-for-it.sh /wait-for-it.sh
|
||||
COPY wait-for-it.sh /wait-for-it.sh
|
||||
|
||||
ENTRYPOINT [ "/docker-entrypoint.sh" ]
|
||||
|
Loading…
Reference in New Issue
Block a user