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

pull/16/head
David D'ALMEIDA 2 years ago
parent 760f4f07ca
commit 50e0b27cd2

@ -1,17 +1,10 @@
FROM node:latest
RUN ls /usr/src
ADD package.json /app
ADD tsconfig.json /app
RUN cat package.json
RUN find . -name package.json -type f -print
ADD . /app
RUN mkdir /app
WORKDIR /app
ADD . /app
RUN find . -name package.json -type f -print
RUN find /app -name package.json -type f -print
RUN npm install
RUN npm run build
EXPOSE 8080
CMD [ "node", "." ]

Loading…
Cancel
Save