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

pull/16/head
David D'ALMEIDA 2 years ago
parent e1be4c9714
commit 1c87276c1c

@ -2,9 +2,9 @@ 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
COPY package*.json . ADD package*.json .
COPY tsconfig.json . ADD tsconfig.json .
COPY . . ADD . .
RUN npm install RUN npm install
RUN npm run build RUN npm run build

Loading…
Cancel
Save