mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix the path for the docker image (#5839)
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
FROM nginx:stable-alpine
|
||||
LABEL version="3.0.0"
|
||||
|
||||
ARG PROJECT_NAME=demo-shell
|
||||
|
||||
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./docker/entrypoint.sh /
|
||||
|
||||
WORKDIR /usr/share/nginx/html
|
||||
COPY demo-shell/dist/ .
|
||||
COPY dist/$PROJECT_NAME .
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
|
Reference in New Issue
Block a user