run build

This commit is contained in:
Fran Jurmanović
2023-09-29 22:24:55 +02:00
parent 972a0e370d
commit 1aa595f0d0

View File

@@ -9,6 +9,7 @@ COPY package.json package-lock.json ./
# Install dependencies
RUN npm install
RUN npm run build
# Copy the rest of project files into this image
COPY . .