All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 7s
5 lines
111 B
Docker
5 lines
111 B
Docker
FROM nginx:stable-alpine
|
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf |