This commit is contained in:
ollyhearn
2023-05-20 16:22:52 +03:00
parent 462a72e65f
commit bb225e5fb5
7 changed files with 33 additions and 7 deletions

View File

@ -6,7 +6,7 @@ COPY /app /app
# COPY package-lock.json /app/package-lock.json
# Same as npm install
# RUN npm ci
RUN npm install
# COPY . /app
#