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

pull/16/head
David D'ALMEIDA 2 years ago
parent d3ae212d9f
commit e898824866

@ -1,7 +1,8 @@
FROM node:latest
RUN ls
RUN ls /usr
ADD package.json /app
ADD tsconfig.json /app
RUN cat package.json
WORKDIR /app
ADD . /app
RUN npm install

Loading…
Cancel
Save