Minor syntax fix

This commit is contained in:
TheFrenchGhosty 2022-09-04 15:08:08 +02:00
parent bc22481c82
commit dc892285c6
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
canonical_origin =
debug = false
port = 10416
port = 10416

View file

@ -7,4 +7,4 @@ services:
ports:
- "127.0.0.1:10416:10416" # Replace with "10416:10416" if you don't use a reverse proxy
volumes:
- "./config.ini:/app/config.ini"
- "./config.ini:/app/config.ini"

View file

@ -8,4 +8,4 @@ RUN apt update -y && apt upgrade -y \
&& git clone --depth=1 https://gitdab.com/cadence/breezewiki.git . \
&& raco pkg install --auto --skip-installed --batch --no-docs
EXPOSE 10416
CMD ["racket", "dist.rkt"]
CMD ["racket", "dist.rkt"]