Commit 6b84af3b authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Reordena sentencias en Dockerfile

parent 72e95edb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ EXPOSE ${PORT}

WORKDIR ${DIRPATH}

RUN npm install --production

ADD dist*.tar.gz ./

RUN npm install --production

CMD ["node", "app", "-b"]