mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Added missing npm i to Dockerfile.
This commit is contained in:
parent
a829e3d0bd
commit
f8cd32914c
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ FROM node:current-alpine
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN npm i
|
||||
|
||||
RUN npm run build
|
||||
|
||||
CMD ["npm", "start"]
|
Loading…
Reference in a new issue