mirror of
https://github.com/antos-rde/antos.git
synced 2024-11-08 06:28:25 +01:00
fix: docker copy files to wrong destination
This commit is contained in:
parent
9882eb4a8f
commit
b2d766849c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user