Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m55s
8 lines
115 B
Docker
8 lines
115 B
Docker
FROM nginx
|
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
|
|
COPY default.conf /etc/nginx/conf.d/
|
|
|
|
RUN ls /etc/nginx/conf.d/
|