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

Restructure nginx DOckerfile and ensure security updates.

parent 7a6a5dca
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,7 @@ FROM nginx
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d
RUN apt update
RUN apt install -y libjs-bootstrap4 fonts-font-awesome libjs-jquery libjs-popper.js libjs-jquery-datatables
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y libjs-bootstrap4 fonts-font-awesome libjs-jquery libjs-popper.js libjs-jquery-datatables
RUN mkdir /srv/media
RUN mkdir /srv/static
RUN mkdir /srv/media /srv/static
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