Docker: remove hafas-client ID generation
related:
- ee70e62
- derhuerst/bvg-rest#4
- https://github.com/public-transport/hafas-client/blob/3/lib/generate-install-id.js
This commit is contained in:
parent
5bec0bd65e
commit
6791c1e42b
2 changed files with 1 additions and 5 deletions
|
@ -13,4 +13,4 @@ EXPOSE 3000
|
||||||
ENV HOSTNAME 2.db.transport.rest
|
ENV HOSTNAME 2.db.transport.rest
|
||||||
ENV PORT 3000
|
ENV PORT 3000
|
||||||
|
|
||||||
CMD ["/bin/sh", "docker-entrypoint.sh"]
|
CMD ["node", "index.js"]
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
npm explore hafas-client -- npm run install
|
|
||||||
npm start
|
|
Loading…
Reference in a new issue