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

pull/16/head
David D'ALMEIDA 2 years ago
parent 5d6524a7e8
commit d0058a0c13

@ -2,6 +2,7 @@ FROM node:latest
ENV PORT=8080 ENV PORT=8080
WORKDIR /app WORKDIR /app
ARG http_proxy=http://193.49.118.36:8080 https_proxy=http://193.49.118.36:8080 ARG http_proxy=http://193.49.118.36:8080 https_proxy=http://193.49.118.36:8080
RUN ls && pwd
COPY package*.json ./ COPY package*.json ./
COPY tsconfig.json ./ COPY tsconfig.json ./
COPY . . COPY . .

Loading…
Cancel
Save