Skip to content

Commit 4639b43

Browse files
committed
updated sps-frontend dockerfile with the correct add path
1 parent 464f644 commit 4639b43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dockerfiles/sps-frontend.dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
FROM nginx:1.21.6
32

43
RUN mkdir www
54
WORKDIR /www
65

7-
ADD /Frontend/examples/typescript/. /www/
6+
ADD examples/typescript/dist/. /www/
87

98
RUN rm /etc/nginx/nginx.conf
109
RUN ln -s /etc/nginx/sps/nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)