diff --git a/Dockerfile b/Dockerfile index 9c095386..b9554d80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM node:18.18-alpine3.18 +RUN corepack enable + WORKDIR /usr/src/app COPY . .