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