--save
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ COPY package.json /app
|
|||||||
COPY . ./app
|
COPY . ./app
|
||||||
|
|
||||||
# install app dependencies
|
# install app dependencies
|
||||||
RUN npm install
|
RUN npm install --save
|
||||||
RUN npm install react-scripts
|
RUN npm install react-scripts
|
||||||
RUN npm install -g next
|
RUN npm install -g next
|
||||||
RUN npm install sharp
|
RUN npm install sharp
|
||||||
|
|||||||
Reference in New Issue
Block a user