Skip to content
Snippets Groups Projects
Verified Commit 74e1881b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Replace nginx config instead of placing another file

For some reason inobvious to me, the original default.conf happened
ending up in the image from time to time.
parent ca25e371
No related branches found
No related tags found
No related merge requests found
Pipeline #291 passed
FROM nginx
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d
COPY nginx.conf /etc/nginx/conf.d/default.conf
RUN mkdir /var/lib/biscuit
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