Skip to content

Commit

Permalink
VIC-262: Deploy admin console
Browse files Browse the repository at this point in the history
updated docker file
  • Loading branch information
adnanalicic committed Feb 6, 2022
1 parent be7f39c commit 47e0f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM docker.pkg.github.com/caritasdeutschland/caritas-onlineberatung-nginx/nginx
COPY favicon.ico /usr/share/nginx/html/
COPY index.html /usr/share/nginx/html/
COPY robots.txt /usr/share/nginx/html/
COPY ../src /usr/share/nginx/html/src
COPY src /usr/share/nginx/html/src
COPY static /usr/share/nginx/html/static
COPY ../nginx.conf /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf

0 comments on commit 47e0f02

Please sign in to comment.