mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-04-19 06:03:45 +02:00
edit path in dockerfile from frontend
This commit is contained in:
@@ -14,8 +14,7 @@ RUN rm /etc/nginx/conf.d/default.conf
|
|||||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
# Kopiere die Frontend-Dateien in das Verzeichnis, das Nginx ausliefert
|
# Kopiere die Frontend-Dateien in das Verzeichnis, das Nginx ausliefert
|
||||||
COPY index.html .
|
COPY app/ .
|
||||||
COPY script.js .
|
|
||||||
# Falls du später CSS-Dateien oder Bilder hast, kopiere sie auch:
|
# Falls du später CSS-Dateien oder Bilder hast, kopiere sie auch:
|
||||||
# COPY styles.css .
|
# COPY styles.css .
|
||||||
# COPY images/ ./images
|
# COPY images/ ./images
|
||||||
|
|||||||
Reference in New Issue
Block a user