We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4e976 commit e518519Copy full SHA for e518519
1 file changed
Client/DockerFile Client/DockerfileClient/DockerFile renamed to Client/Dockerfile
@@ -16,4 +16,4 @@ RUN npm install -g serve
16
COPY --from=build /app/dist ./dist
17
18
EXPOSE 3000
19
-CMD ["serve", "-s", "dist", "-l", "3000"]
+CMD ["serve", "-s", "dist", "-l", "3000"]
0 commit comments