run build
This commit is contained in:
@@ -9,6 +9,7 @@ COPY package.json package-lock.json ./
|
|||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
RUN npm run build
|
||||||
|
|
||||||
# Copy the rest of project files into this image
|
# Copy the rest of project files into this image
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user