Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b6586a3

Browse files
Update Dockerfile
1 parent 016245a commit b6586a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ WORKDIR /taas-app
1010
# Install the dependencies from package.json
1111
RUN npm install
1212

13-
RUN npm run dev
13+
#RUN npm run dev
1414

15-
CMD npm start
15+
#CMD npm start
16+
17+
CMD npm run dev

0 commit comments

Comments
 (0)