chore: typo in backend Dockerfile comment (@mihail-8480) (#6315)

This commit is contained in:
Mihail Mojsoski 2025-02-27 10:50:29 +01:00 committed by GitHub
parent 642c03abdc
commit ff2b354bb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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