Skip to content
Snippets Groups Projects
Commit cd1463e4 authored by René Schöne's avatar René Schöne
Browse files

do not link data in src

parent 2b6292fd
Branches
No related tags found
No related merge requests found
Pipeline #9485 passed
......@@ -5,5 +5,5 @@ RUN npm install
RUN npm install -g @angular/cli@11.1.1
VOLUME ["/data"]
VOLUME ["/dist"]
RUN chmod +x build-view.sh && ln -s /dist && cd src/ && ln -s /data
RUN chmod +x build-view.sh
ENTRYPOINT ["/bin/sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment