fix: remove default nginx configuration before copying custom config
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 7s
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 7s
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
FROM nginx:stable-alpine
|
||||
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
Reference in New Issue
Block a user