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
|
||||
FROM node:lts-alpine AS build-stage
|
||||
WORKDIR /app
|
||||
COPY package.json package-lock.json ./
|
||||
WORKDIR ./app
|
||||
COPY package.json ./
|
||||
RUN npm i
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
|
Loading…
Add table
Reference in a new issue