Commit 618d311e authored by CarlosGC1989's avatar CarlosGC1989
Browse files

Añade variable a docker y actualiza package

parent c28d866a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@ FROM node:alpine

ENV DIRPATH /opt/redmic

WORKDIR $DIRPATH
WORKDIR ${DIRPATH}

ADD dist*.tar.gz ./

RUN npm install --production

EXPOSE 3050
EXPOSE ${WEB_PORT}

ENTRYPOINT npm start -- -b
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
  ],
  "repository": {
    "type": "git",
    "url": "https://git.redmic.net/redmic-client/web.git"
    "url": "https://gitlab.com/redmic-project/client/web.git"
  },
  "private": true,
  "scripts": {