Update script with php/web container differences

This commit is contained in:
zeke 2024-02-04 23:34:17 -08:00
parent 64ba328c3b
commit 57a6154287
3 changed files with 19 additions and 10 deletions

View file

@ -1,7 +1,7 @@
FROM nginx:1.25.3-alpine
COPY . /code
RUN /code/docker/common-setup.sh
RUN /code/docker/common-setup.sh web
CMD ["nginx", "-g", "daemon off;"]