diff --git a/Dockerfile b/Dockerfile index 001d0772..1635a35a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,11 @@ RUN apk add --no-cache nodejs npm COPY . /usr/src/app WORKDIR /usr/src/app -RUN npm install pm2 -g + +RUN npm --prefix swarmlab-app/src install +RUN npm install pm2 -g + +# RUN npm --prefix /swarmlab-app/src install express EXPOSE 3000