docker cmd/entrypoint

This commit is contained in:
Ondrej Zara 2019-10-29 10:02:43 +01:00
parent 8add38bee4
commit ac85940394

View file

@ -7,4 +7,4 @@ RUN npm i
COPY index.js .
COPY app ./app
EXPOSE 8080
CMD ["node", "."]
ENTRYPOINT ["node", "."]