Compare commits
2 commits
47d178472f
...
5a34bf38ac
Author | SHA1 | Date | |
---|---|---|---|
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