diff --git a/Dockerfile b/Dockerfile index 64c0b8b58..dc7ca8d36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest AS base +FROM alpine:edge AS base ENV NODE_ENV=production