diff --git a/Dockerfile b/Dockerfile index 42b2509..7a218cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 WORKDIR /App COPY --from=build-env /App/out . EXPOSE 8080 +ENV LC_ALL=en_US.UTF-8 \ + LANG=en_US.UTF-8 CMD ["./CarCareTracker"] \ No newline at end of file diff --git a/README.md b/README.md index c5b7287..62b7612 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Because nobody should have to deal with a homemade spreadsheet or a shoebox full ## Docker Setup (Recommended) 1. Install Docker 2. Clone this repo +2.5 CHECK culture in Dockerfile, default is en_US 3. Run `docker build -t lubelogger -f Dockerfile .` 4. CHECK docker-compose.yml and make sure the mounting directories look correct. 5. If not using traefik, use docker-compose-notraefik.yml