1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-28 04:04:58 +03:00

chore: use node:14-alpine in Dockerfile

This commit is contained in:
louistiti 2021-03-07 12:39:07 +08:00
parent e50b0e4833
commit 5e7706390c
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6

View File

@ -1,4 +1,4 @@
FROM node:10-alpine
FROM node:14-alpine
ENV IS_DOCKER true
WORKDIR /app