Fix Dockerfile
This commit is contained in:
parent
6fee52a4de
commit
35c580d4ee
@ -5,7 +5,7 @@ RUN rm -rf /usr/share/nginx/html/*
|
||||
# Static files
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
COPY favicon.svg /usr/share/nginx/html/favicon.svg
|
||||
COPY dvirlabs-logo-2.png /usr/share/nginx/html/dvirlabs-logo.png
|
||||
COPY dvirlabs-logo.png /usr/share/nginx/html/dvirlabs-logo.png
|
||||
|
||||
# Entrypoint that injects LAB_LINKS into __LAB_LINKS__
|
||||
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user