Compare commits
No commits in common. "5a34bf38acba1f23b605430f2687a0a3e09192f6" and "47d178472f38cbe00734fc06b738af3d921e40f5" have entirely different histories.
5a34bf38ac
...
47d178472f
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 ./
|
COPY package.json package-lock.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