diff --git a/Dockerfile b/Dockerfile index 98225fe..c426070 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Get current image of node.js -FROM node:current-slim +FROM node:current-alpine # Set /app as directory where the app should be at WORKDIR /app