mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Updated node version for Docker
This commit is contained in:
parent
ac81b6a103
commit
2040dbdefd
1 changed files with 3 additions and 3 deletions
|
@ -51,8 +51,8 @@
|
|||
# https://github.com/Automattic/node-canvas/issues/866#issuecomment-330001221
|
||||
# Took 7m 29s
|
||||
|
||||
FROM node:10.16.0-alpine
|
||||
FROM mhart/alpine-node:8.5.0
|
||||
FROM node:current-alpine
|
||||
FROM mhart/alpine-node:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
build-base \
|
||||
|
@ -71,4 +71,4 @@ RUN npm i
|
|||
|
||||
RUN npm run build
|
||||
|
||||
CMD ["npm", "start"]
|
||||
CMD ["npm", "start"]
|
||||
|
|
Loading…
Reference in a new issue