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 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 RUN ls && pwd
COPY package*.json ./ COPY package*.json /app
COPY tsconfig.json ./ COPY tsconfig.json /app
COPY . . COPY . /app
RUN npm install RUN npm install
RUN npm run build RUN npm run build

Loading…
Cancel
Save