diff --git a/Dockerfile b/Dockerfile index d642dc1..e613eac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM node:18 EXPOSE 4242 COPY . . -RUN npm ci +RUN npm install