diff --git a/Dockerfile b/Dockerfile index 3d557c7..c6a05a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM node:19.1.0-alpine3.16 +RUN apk update && apk add --no-cache build-essential + EXPOSE 8080 WORKDIR /app