Nathan Woodburn
ecf44b8520
All checks were successful
Build Docker / Build Docker (push) Successful in 1m11s
3 lines
95 B
Docker
3 lines
95 B
Docker
FROM nginx
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf |