This commit is contained in:
parent
b0196d8105
commit
ff789ffd1e
@ -3,7 +3,7 @@ FROM node:alpine as build-stage
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY /izaac-frontend .
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
# Stage 2: Serve the app from Nginx
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user