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

pull/16/head
David D'ALMEIDA 2 years ago
parent d0058a0c13
commit 9bee6b1a9d

@ -3,9 +3,9 @@ ENV PORT=8080
WORKDIR /app
ARG http_proxy=http://193.49.118.36:8080 https_proxy=http://193.49.118.36:8080
RUN ls && pwd
COPY package*.json ./
COPY tsconfig.json ./
COPY . .
COPY package*.json /app
COPY tsconfig.json /app
COPY . /app
RUN npm install
RUN npm run build

Loading…
Cancel
Save