fix: docker copy files to wrong destination
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
gitea-sync/antos/pipeline/tag This commit looks good

This commit is contained in:
DanyLE 2024-03-13 20:52:53 +01:00
parent 9882eb4a8f
commit b2d766849c

View File

@ -61,7 +61,7 @@ COPY --from=deploy-env /usr/bin/ssh /bin/
COPY --from=deploy-env /usr/bin/ssh-keygen /bin/
COPY --from=deploy-env /usr/bin/ssh-copy-id /bin/
COPY docker/antos/profile /etc/profile
COPY --from=deploy-env /platform/opt/ /lib/opt/
COPY --from=deploy-env /platform/opt/ /opt/
COPY docker/antos/start.sh /start.sh
RUN chmod 700 /start.sh