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
WORKDIR /app
#ARG http_proxy=http://193.49.118.36:8080 https_proxy=http://193.49.118.36:8080
COPY package*.json .
COPY tsconfig.json .
COPY . .
ADD package*.json .
ADD tsconfig.json .
ADD . .
RUN npm install
RUN npm run build

Loading…
Cancel
Save