Mise à jour de 'src/Api/Dockerfile'
continuous-integration/drone/push Build is passing Details

pull/16/head
David D'ALMEIDA 2 years ago
parent 3f152a791b
commit c171371d33

@ -1,10 +1,9 @@
FROM node:latest
WORKDIR /Api
RUN ls
ADD package.json /Api
ADD tsconfig.json /Api
ADD . /Api
RUN npm install
RUN npm install
RUN npm run build
EXPOSE 8080
CMD [ "node","." ]

Loading…
Cancel
Save