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:
Jannis R 2020-04-26 18:09:50 +02:00
parent 5bec0bd65e
commit 6791c1e42b
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 1 additions and 5 deletions

View file

@ -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"]

View file

@ -1,4 +0,0 @@
#!/bin/sh
npm explore hafas-client -- npm run install
npm start