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

pull/16/head
David D'ALMEIDA 2 years ago
parent 61ead031c3
commit 1035f1e214

@ -1,10 +1,10 @@
FROM node:latest 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