Fix docker webserver build
This commit is contained in:
parent
0f4f2ab007
commit
94f2bbe90b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
COPY entrypoint.nginx.sh .
|
COPY ./support/docker/production/entrypoint.nginx.sh .
|
||||||
RUN chmod +x entrypoint.nginx.sh
|
RUN chmod +x entrypoint.nginx.sh
|
||||||
|
|
||||||
EXPOSE 80 443
|
EXPOSE 80 443
|
||||||
|
|
Loading…
Reference in a new issue