Skip to content

Commit 22b5914

Browse files
authored
Update Dockerfile
1 parent 59a5335 commit 22b5914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ WORKDIR /usr/src/app
2626
COPY . /usr/src/app
2727
# Install app dependencies
2828
RUN npm install
29+
RUN npm run -s build
2930

3031
EXPOSE 3000
3132

0 commit comments

Comments
 (0)