Expose 8080 automatically from dockerfile for service discovery
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
3e5c1b415f
commit
acb3d241dc
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ COPY --from=builder /app/nim_censor_bot /
|
||||||
|
|
||||||
ENV DB_HOST="/data/censordata.db"
|
ENV DB_HOST="/data/censordata.db"
|
||||||
|
|
||||||
|
EXPOSE 8080
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
||||||
CMD ["./nim_censor_bot"]
|
CMD ["./nim_censor_bot"]
|
||||||
|
|
Loading…
Reference in a new issue