This solves #9 I have changed the images in the docker file, however on doing docker build I am getting 0.507 sed: can't read /etc/nginx/nginx.conf: No such file or directory
build fails with an error:
STEP 8: RUN sed -i.bak 's/^user/#user/' /etc/nginx/nginx.conf sed: can't read /etc/nginx/nginx.conf: No such file or directory Error: error building at STEP "RUN sed -i.bak 's/^user/#user/' /etc/nginx/nginx.conf": error while running runtime: exit status 2
bitnami/nginx images are different compared to nginx:alpine images, you'll need to change more that just base image. Look at the Dockerfile we use in Packager Dashboard, I think it should work here with minimal changes.
bitnami/nginx
nginx:alpine
Metadata Update from @lbrabec: - Pull-request tagged with: review in progress
Thanks for participating in contribution period of Outreachy. This pull-request has not been selected to be merged and will be closed for housecleaning purposes. We may revisit this pull-request later, but as of now we will focus on merging pull-requests from our accepted intern.
Pull-Request has been closed by lbrabec
This solves #9
I have changed the images in the docker file, however on doing docker build I am getting
0.507 sed: can't read /etc/nginx/nginx.conf: No such file or directory