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

pull/19/head
Emre KARTAL 2 years ago
parent c6c99246cf
commit 3a36f9b41b

@ -1,9 +1,8 @@
FROM node:latest
WORKDIR /Api
ADD package.json /Api
ADD tsconfig.json /Api
ADD . /Api
RUN npm install
RUN npm run build
COPY package.json /Api
COPY tsconfig.json /Api
COPY . /Api
RUN npm install && npm run build
EXPOSE 8080
CMD [ "node","." ]
CMD ["node", "."]
Loading…
Cancel
Save