Update Dockerfile

This commit is contained in:
Eugenio Romano
2020-05-22 01:11:40 +01:00
committed by GitHub
parent 04114eeac5
commit 467d2b0f17

View File

@@ -7,4 +7,4 @@ COPY ./docker/entrypoint.sh /
WORKDIR /usr/share/nginx/html WORKDIR /usr/share/nginx/html
COPY demo-shell/dist/ . COPY demo-shell/dist/ .
ENTRYPOINT [ "/docker-entrypoint.sh" ] ENTRYPOINT [ "/entrypoint.sh" ]