mirror of https://github.com/mthenw/frontail.git
Support running frontial Docker on ARM by switching base image to the official one. Closes #168
parent
f5c86cd3d7
commit
5bf80592cc
|
@ -1,4 +1,4 @@
|
|||
FROM mhart/alpine-node:8.12.0
|
||||
FROM node:10.16.0-alpine
|
||||
|
||||
WORKDIR /frontail
|
||||
ADD . .
|
||||
|
|
Loading…
Reference in New Issue