mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-05 23:25:44 -05:00
chore(ci): bump Docker image to node v16
This commit is contained in:
parent
27bc4e74b9
commit
e7459790c5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:15-buster AS builder
|
||||
FROM node:16-buster AS builder
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
COPY package*.json ./
|
||||
|
@ -17,4 +17,4 @@ WORKDIR /usr/src/app
|
|||
COPY --from=builder /usr/src/app .
|
||||
|
||||
EXPOSE 5000
|
||||
CMD [ "yarn", "start:inject" ]
|
||||
CMD [ "yarn", "start:inject" ]
|
||||
|
|
Loading…
Reference in a new issue