Update Dockerfile
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
|
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
COPY "./Dekra WebSite" /usr/share/nginx/html
|
COPY ["Dekra WebSite", "/usr/share/nginx/html"]
|
||||||
|
|
||||||
|
# COPY vhost.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user