Skip to content

Commit 7cdc704

Browse files
authored
Update Dockerfile
1 parent 932358c commit 7cdc704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Dockerfile

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

2222
WORKDIR /opt/app
2323
COPY . /opt/app
24-
RUN cd /opt/app && npm install
24+
RUN cd /opt/app && yarn install
2525
RUN node node_modules/esbuild/install.js
2626

2727
WORKDIR /opt/app

0 commit comments

Comments
 (0)