diff --git a/Dockerfile b/Dockerfile index f6333fb..138020e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ COPY --link . . RUN yarn run build FROM base +WORKDIR /app RUN npm install -g pm2