Spaces:
Runtime error
Runtime error
FROM nginx:latest | |
RUN rm /etc/nginx/conf.d/default.conf | |
COPY nginx.conf /etc/nginx/conf.d | |
FROM nginx:latest | |
RUN rm /etc/nginx/conf.d/default.conf | |
COPY nginx.conf /etc/nginx/conf.d | |