Browse Source

dockerfile

master
lefos 3 years ago
parent
commit
5a53c9243b
  1. 2
      Dockerfile

2
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

Loading…
Cancel
Save