Docker file: fix HOSTNAME env var 🐛

This commit is contained in:
Jannis R 2019-03-27 18:12:03 +01:00
parent bc3757a7d9
commit bb4cf73c56
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -10,7 +10,7 @@ RUN apk add --update git bash && \
EXPOSE 3000
ENV HOSTNAME 3.db.transport.rest
ENV HOSTNAME 2.db.transport.rest
ENV PORT 3000
CMD ["/bin/sh", "docker-entrypoint.sh"]