Skip to content

Commit ed07ade

Browse files
dont install esbuild as it should be included in the base npm image
1 parent 64048b3 commit ed07ade

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ WORKDIR /usr/src/app
77
# copy project file
88
COPY ./ ./
99

10-
# install esbuild globaly
11-
RUN npm install esbuild -g
12-
1310
# install node packages
1411
RUN npm install
1512

0 commit comments

Comments
 (0)