Compare commits
3 commits
1498ca388a
...
9ed082eb4c
Author | SHA1 | Date | |
---|---|---|---|
9ed082eb4c | |||
5a34bf38ac | |||
739dfaa531 |
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# build stage
|
# build stage
|
||||||
FROM node:lts-alpine AS build-stage
|
FROM node:lts-alpine AS build-stage
|
||||||
WORKDIR /app
|
WORKDIR ./app
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json ./
|
||||||
RUN npm i
|
RUN npm i
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
Loading…
Add table
Reference in a new issue