We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64048b3 commit ed07adeCopy full SHA for ed07ade
Dockerfile
@@ -7,9 +7,6 @@ WORKDIR /usr/src/app
7
# copy project file
8
COPY ./ ./
9
10
-# install esbuild globaly
11
-RUN npm install esbuild -g
12
-
13
# install node packages
14
RUN npm install
15
0 commit comments