add Drone CI pipeline and Dockerfile for nginx setup
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM nginx:1.29.1-alpine-slim
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
VOLUME ["/var/cache/nginx"]
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD nginx
|
Reference in New Issue
Block a user