idk anymore man

This commit is contained in:
Lio 2024-07-20 10:30:38 +02:00
parent 403bf1faa0
commit cf02ecc7ca
2 changed files with 7305 additions and 1 deletions

View file

@ -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

File diff suppressed because it is too large Load diff