mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-03 18:25:02 +08:00
chore: typo in backend Dockerfile comment (@mihail-8480) (#6315)
This commit is contained in:
parent
642c03abdc
commit
ff2b354bb3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ RUN mkdir -p /app/backend/dist/logs
|
|||
|
||||
COPY ["docker/backend/entry-point.sh", "docker/backend/applyConfig.sh", "./"]
|
||||
|
||||
#run in env mode (no anticheat)
|
||||
#run in dev mode (no anticheat)
|
||||
ENV MODE=dev
|
||||
|
||||
EXPOSE 5005
|
||||
|
|
Loading…
Reference in a new issue