Support running frontial Docker on ARM by switching base image to the official one. Closes #168

pull/169/head
Maciej Winnicki 2019-07-03 22:56:00 +02:00
parent f5c86cd3d7
commit 5bf80592cc
No known key found for this signature in database
GPG Key ID: D0B924AEC4BE0E44
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM mhart/alpine-node:8.12.0
FROM node:10.16.0-alpine
WORKDIR /frontail
ADD . .