Skip to content

Commit a62b710

Browse files
Kiriti VelivelaDAC098
authored andcommitted
-s makes it a SPA app instead of static app
1 parent b2b0950 commit a62b710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codewit/Dockerfile.frontend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ RUN npm i -g serve@14
4545

4646
EXPOSE ${PORT}
4747
# match your package.json start:client (serves dist/apps/client at 3001)
48-
CMD ["npx", "serve", "-l", "3001", "dist/apps/client"]
48+
CMD ["npx", "serve", "-l", "3001", "-s", "dist/apps/client"]

0 commit comments

Comments
 (0)