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

pull/16/head
David D'ALMEIDA 2 years ago
parent b7962af454
commit 01ab477faf

@ -2,7 +2,7 @@ FROM node:latest
ENV PORT=8080
WORKDIR /app
#ARG http_proxy=http://193.49.118.36:8080 https_proxy=http://193.49.118.36:8080
ADD package*.json /app
ADD package.json /app
ADD tsconfig.json /app
ADD . /app

Loading…
Cancel
Save