Skip to content

Commit 7de8942

Browse files
authored
chore: updated dockerfile
1 parent 7cdc704 commit 7de8942

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ ENV __BUILD_SHA=$BUILD_SHA
2222
WORKDIR /opt/app
2323
COPY . /opt/app
2424
RUN cd /opt/app && yarn install
25+
RUN ls -la node_modules/
26+
RUN ls -la node_modules/esbuild/
2527
RUN node node_modules/esbuild/install.js
2628

2729
WORKDIR /opt/app

0 commit comments

Comments
 (0)