Merge branch 'main' of https://gitea.kareemhorstink.me/Imrayya/EpistineFiles
Changes to be committed: modified: epistine-webserver/frontend/Dockerfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM node:18-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY frontend/package*.json ./
|
||||
RUN npm ci
|
||||
RUN npm install
|
||||
COPY frontend/ ./
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user