Skip to content

Commit f5e6174

Browse files
authored
chore: update api docker
1 parent 7de8942 commit f5e6174

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

api/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ ENV __BUILD_SHA=$BUILD_SHA
2121

2222
WORKDIR /opt/app
2323
COPY . /opt/app
24-
RUN cd /opt/app && yarn install
25-
RUN ls -la node_modules/
26-
RUN ls -la node_modules/esbuild/
24+
RUN cd /opt/app && npm install
2725
RUN node node_modules/esbuild/install.js
2826

2927
WORKDIR /opt/app

0 commit comments

Comments
 (0)