add: wordpress stack
This commit is contained in:
10
docker/nginx/Dockerfile
Normal file
10
docker/nginx/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
ARG NGINX_VERSION=stable
|
||||
|
||||
FROM nginx:${NGINX_VERSION}-alpine
|
||||
|
||||
RUN rm -rf /etc/nginx/conf.d/default.conf
|
||||
|
||||
COPY --chmod=755 /scripts/docker-entrypoint.d/* /docker-entrypoint.d
|
||||
COPY templates /etc/nginx/templates
|
||||
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user