Skip to content

Commit ab10ff9

Browse files
authored
Update Dockerfile
1 parent f5e6174 commit ab10ff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ENV __BUILD_SHA=$BUILD_SHA
2222
WORKDIR /opt/app
2323
COPY . /opt/app
2424
RUN cd /opt/app && npm install
25+
RUN npm run build
2526
RUN node node_modules/esbuild/install.js
2627

2728
WORKDIR /opt/app

0 commit comments

Comments
 (0)