Skip to content

Commit ae61291

Browse files
committed
updated demo
1 parent 3a366f7 commit ae61291

File tree

17 files changed

+1002
-69
lines changed

17 files changed

+1002
-69
lines changed

client/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN rm /etc/nginx/conf.d/default.conf
1414
COPY nginx.conf /etc/nginx/conf.d/
1515
COPY --from=build app/build /usr/share/nginx/html
1616

17+
1718
# start nginx
1819
EXPOSE 80
1920
CMD ["nginx", "-g", "daemon off;"]

client/Dockerfile.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ COPY . /app
66
RUN npm install --silent
77

88
EXPOSE 3000
9+
910
CMD ["npm","start"]

0 commit comments

Comments
 (0)