Docker file: fix HOSTNAME env var 🐛
This commit is contained in:
parent
bc3757a7d9
commit
bb4cf73c56
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN apk add --update git bash && \
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
ENV HOSTNAME 3.db.transport.rest
|
ENV HOSTNAME 2.db.transport.rest
|
||||||
ENV PORT 3000
|
ENV PORT 3000
|
||||||
|
|
||||||
CMD ["/bin/sh", "docker-entrypoint.sh"]
|
CMD ["/bin/sh", "docker-entrypoint.sh"]
|
||||||
|
|
Loading…
Reference in a new issue