Skip to content

Commit

Permalink
Support running frontial Docker on ARM by switching base image to the…
Browse files Browse the repository at this point in the history
… official one. Closes #168
  • Loading branch information
mthenw committed Jul 3, 2019
1 parent f5c86cd commit 5bf8059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mhart/alpine-node:8.12.0
FROM node:10.16.0-alpine

WORKDIR /frontail
ADD . .
Expand Down

0 comments on commit 5bf8059

Please sign in to comment.