Added other containers
Some checks reported warnings
Build and push image / Build (push) Has been cancelled
Some checks reported warnings
Build and push image / Build (push) Has been cancelled
This commit is contained in:
15
nginx-web/Dockerfile
Normal file
15
nginx-web/Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM nginx:latest
|
||||
|
||||
COPY ./snippets /etc/nginx/snippets/
|
||||
|
||||
COPY ./certs /certs/
|
||||
|
||||
COPY ./configs /etc/nginx/conf.d/
|
||||
|
||||
RUN usermod -u 1000 www-data \
|
||||
&& groupmod -g 1000 www-data
|
||||
|
||||
RUN apt-get update && apt-get install -y gnupg
|
||||
|
||||
#RUN apt-get install smbclient -y
|
||||
#CMD ["nginx", "-g", "--with-http_sub_module;"]
|
Reference in New Issue
Block a user