diff --git a/Dockerfile b/Dockerfile index 78c9bbb..dce80b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ RUN apk add --no-cache nodejs npm COPY . /usr/src/app WORKDIR /usr/src/app + +RUN npm --prefix swarmlab-app/src install RUN npm install pm2 -g EXPOSE 3001