mirror of
https://github.com/runyanjake/jakeswestcoast.git
synced 2025-10-04 15:27:29 -07:00
Update Dockerfile
This commit is contained in:
parent
89cfa1d57b
commit
2a06a5cc85
@ -2,11 +2,11 @@ FROM node:14 AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
COPY package*.json /app
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
COPY . /app
|
||||
|
||||
RUN npm run build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user