We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ba463 commit 4a76501Copy full SHA for 4a76501
Dockerfile
@@ -1,5 +1,5 @@
1
FROM nginx
2
-COPY nginx.conf /etc/nginx/nginx.conf
+COPY nginx.conf /etc/nginx/sites-available/default
3
COPY dist/* /usr/share/nginx/html/
4
EXPOSE 80
5
CMD ["nginx", "-g", "daemon on;"]
0 commit comments