forked from leftypol/leftypol
Update script with php/web container differences
This commit is contained in:
parent
64ba328c3b
commit
57a6154287
3 changed files with 19 additions and 10 deletions
|
@ -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;"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue