Added other containers
Some checks reported warnings
Build and push image / Build (push) Has been cancelled

This commit is contained in:
Jack
2023-08-26 00:15:47 +01:00
parent 12e2b4b186
commit dd6b348e65
92 changed files with 250 additions and 5 deletions

15
nginx-web/Dockerfile Normal file
View 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;"]