idk anymore man
This commit is contained in:
parent
403bf1faa0
commit
cf02ecc7ca
2 changed files with 7305 additions and 1 deletions
|
@ -3,7 +3,7 @@ WORKDIR /app
|
|||
|
||||
# Ensure that both node_modules and package-lock.json are removed.
|
||||
COPY package.json .
|
||||
RUN rm -rf node_modules package-lock.json
|
||||
RUN rm -rf node_modules
|
||||
|
||||
# Perform a fresh installation of npm dependencies.
|
||||
RUN npm install
|
||||
|
|
7304
package-lock.json
generated
Normal file
7304
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue