forked from leftypol/leftypol
docker: change user to www-data
This commit is contained in:
parent
726de817b1
commit
5bf2634bf6
5 changed files with 20 additions and 21 deletions
|
@ -1,11 +1,10 @@
|
|||
FROM nginx:1.25.3-alpine
|
||||
|
||||
COPY . /code
|
||||
RUN addgroup --system leftypol \
|
||||
&& adduser --system leftypol \
|
||||
&& adduser leftypol leftypol \
|
||||
&& /code/docker/common-setup.sh
|
||||
RUN adduser --system www-data \
|
||||
&& adduser www-data www-data \
|
||||
&& /code/docker/common-setup.sh
|
||||
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
EXPOSE 80 443
|
||||
CMD [ "nginx", "-g", "daemon off;" ]
|
||||
EXPOSE 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue