Update Dockerfile

This commit is contained in:
Thegan Govender
2023-11-28 19:16:42 +02:00
parent e146260572
commit ea4da8e98a

View File

@@ -5,7 +5,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm cache clean --force
RUN npm ci
RUN npm install
COPY ./ ./