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

Use shell as entrypoint

parent b86a1165
No related branches found
No related tags found
No related merge requests found
Pipeline #8719 passed
......@@ -6,4 +6,4 @@ 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
ENTRYPOINT ["./build-view.sh"]
ENTRYPOINT ["/bin/sh"]
#!/bin/sh
ng build --base-href . --delete-output-path=false
ng build --base-href . --delete-output-path=false $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment