Add profile file to docker image
This commit is contained in:
parent
7e162ca91b
commit
9559a0ca0d
@ -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-keygen /bin/
|
||||||
COPY --from=deploy-env /usr/bin/ssh-copy-id /bin/
|
COPY --from=deploy-env /usr/bin/ssh-copy-id /bin/
|
||||||
COPY bash /bin/bash
|
COPY bash /bin/bash
|
||||||
|
COPY profile /etc/profile
|
||||||
RUN chmod a+x /bin/bash
|
RUN chmod a+x /bin/bash
|
||||||
# copy backend
|
# copy backend
|
||||||
COPY --from=deploy-env /platform/ /
|
COPY --from=deploy-env /platform/ /
|
||||||
|
Loading…
Reference in New Issue
Block a user