mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 14:49:36 +02:00
fix dockerfile
This commit is contained in:
parent
632a29d2aa
commit
0e68a375e1
1 changed files with 1 additions and 4 deletions
|
@ -17,9 +17,6 @@ ADD . /app
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
ENV HOSTNAME v6.db.transport.rest
|
|
||||||
ENV PORT 3000
|
ENV PORT 3000
|
||||||
|
|
||||||
VOLUME /logs/
|
CMD ["node", "api.js"]
|
||||||
|
|
||||||
CMD ["/bin/sh", "-c", "node api.js >> /logs/db-vendo.log 2>&1"]
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue