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

pull/19/head
Emre KARTAL 2 years ago
parent fceb0358e7
commit c8d74edfa2

@ -4,5 +4,5 @@ COPY package.json /Api
COPY tsconfig.json /Api
COPY . /Api
RUN npm install && npm run build
EXPOSE 8080
EXPOSE 80
CMD ["node", "."]
Loading…
Cancel
Save