Skip to content
Snippets Groups Projects
Commit 0a5970cc authored by nimrod's avatar nimrod
Browse files

fixup! Nginx base image.

parent 7076f1ee
No related branches found
No related tags found
No related merge requests found
FROM nginx:1.21.3-alpine
FROM docker.io/library/nginx:1.21.3-alpine
# hadolint ignore=DL3018
RUN rm -rf /etc/nginx/conf./* && \
chmod 777 /run && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment