Add profile file to docker image
This commit is contained in:
@@ -57,6 +57,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 bash /bin/bash
|
||||
COPY profile /etc/profile
|
||||
RUN chmod a+x /bin/bash
|
||||
# copy backend
|
||||
COPY --from=deploy-env /platform/ /
|
||||
|
Reference in New Issue
Block a user