diff --git a/Dockerfile b/Dockerfile
index af90fb8ef32846a9d455f3cc181557809e3cbf1c..d00c64535e6ecfc3ac1d6b3ab064ae239b9236e9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,8 +15,7 @@ RUN npm install
 COPY assets /app/assets
 RUN npm run build
 
-ENTRYPOINT ["/app"]
-FROM scratch
+FROM alpine
 COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
 COPY --from=builder /go/src/app/app /app
 COPY templates /templates