Compare commits
2 commits
main
...
jade/docke
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
986ab7d051 | ||
|
|
6767ba826f |
2 changed files with 2 additions and 0 deletions
1
changelog.d/1485.feature.md
Normal file
1
changelog.d/1485.feature.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
BREAKING: Added an entrypoint to the Docker image. This means you no longer need to specify the binary when running a command using the image. Contributed by @Jade
|
||||||
|
|
@ -281,4 +281,5 @@ ENV LD_LIBRARY_PATH=/usr/lib
|
||||||
# Continuwuity default port
|
# Continuwuity default port
|
||||||
EXPOSE 8008
|
EXPOSE 8008
|
||||||
|
|
||||||
|
ENTRYPOINT [ "/sbin/conduwuit" ]
|
||||||
CMD ["/sbin/conduwuit"]
|
CMD ["/sbin/conduwuit"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue