Add path
This commit is contained in:
parent
d11e029d5f
commit
4ff75768de
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ ENV NODE_ENV=${NODE_ENV}
|
|||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
RUN npm install -g typescript
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue