We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464f644 commit 4639b43Copy full SHA for 4639b43
dockerfiles/sps-frontend.dockerfile
@@ -1,10 +1,9 @@
1
-
2
FROM nginx:1.21.6
3
4
RUN mkdir www
5
WORKDIR /www
6
7
-ADD /Frontend/examples/typescript/. /www/
+ADD examples/typescript/dist/. /www/
8
9
RUN rm /etc/nginx/nginx.conf
10
RUN ln -s /etc/nginx/sps/nginx.conf /etc/nginx/nginx.conf
0 commit comments