1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

Change docker image using alpine version

Change docker image from node:12 to node:12-alpine
This commit is contained in:
Edwin Betancourt 2020-08-27 11:04:52 -04:00 committed by GitHub
parent a590227ff9
commit e7c2b6c453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM node:12
FROM node:12-alpine
# Create app directory
WORKDIR /usr/app