Skip to content
Snippets Groups Projects
Commit 7ed7f59e authored by lcappelli's avatar lcappelli
Browse files

Create the library-script directory

All the file in assets used tu build the devcontainer are moved in library-script.

Modify the Dockerfile COPY directory
parent 53851eb2
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,7 @@ ENV DEV_USER $DEV_USER
ENV DEV_USER_UID $DEV_USER_UID
ENV DEV_GID ${DEV_USER_UID}
COPY assets/provide-user.sh /docker/
COPY assets/setup.sh /docker/
COPY assets/build-install-openresty.sh /docker/
COPY library-script/* /docker/
RUN yum update -y && \
sh /docker/setup.sh && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment