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

Update Dokerfile with new correct file names

parent abb1fa09
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ RUN yum update -y && \
sh /docker/provide-user.sh ${DEV_USER} ${DEV_USER_UID} ${DEV_GID} && \
yum clean all && rm -rf /var/cache/yum
COPY --chown=$DEV_USER:$DEV_USER assets/build-install-ngx-voms.sh /home/$DEV_USER/bin/
COPY --chown=$DEV_USER:$DEV_USER assets/build-install-openresty-voms.sh /home/$DEV_USER/bin/
USER $DEV_USER
......
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