Mise à jour de 'src/Api/Dockerfile'
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
1c87276c1c
commit
cabcb3cceb
@ -1,13 +1,14 @@
|
||||
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
|
||||
ADD package*.json .
|
||||
ADD tsconfig.json .
|
||||
ADD . .
|
||||
ARG http_proxy=http://193.49.118.36:8080 https_proxy=http://193.49.118.36:8080
|
||||
COPY package*.json ./
|
||||
COPY tsconfig.json ./
|
||||
COPY . .
|
||||
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
#EXPOSE 8080
|
||||
CMD [ "node","." ]
|
||||
|
||||
|
Loading…
Reference in new issue