diff --git a/Dockerfile b/Dockerfile index 754dc5c..2539375 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ FROM nginx:alpine -COPY "./Profice WebSite/" /usr/share/nginx/html/ + +COPY ["./Profice WebSite/", "/usr/share/nginx/html/"] + EXPOSE 80 \ No newline at end of file