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

Commit 016245a

Browse files
Update Dockerfile
1 parent 7cee646 commit 016245a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

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

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

1515
CMD npm start

0 commit comments

Comments
 (0)