This commit is contained in:
Omer Sabic 2024-05-29 21:47:16 +02:00
parent 95675b90bf
commit 0887e16dcb

View File

@ -3,8 +3,6 @@ FROM node:18-alpine
# Create app directory
WORKDIR /usr/src/app
RUN npm install -g yarn
# Install app dependencies
# A wildcard is used to ensure both package.json AND package-lock.json are copied
# where available (npm@5+) and yarn.lock because we are using yarn