sigyllly commited on
Commit
f521c80
·
verified ·
1 Parent(s): 00ed759

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -29,10 +29,7 @@ RUN mkdir -p /app/uploads /home/appuser/.dotnet && \
29
 
30
  # Set the DOTNET_HOME environment variable
31
  ENV DOTNET_HOME="/home/appuser/.dotnet"
32
- ENV PATH="${PATH}:${DOTNET_HOME}"
33
-
34
- # Add the .NET SDK tools directory to PATH
35
- ENV PATH="${PATH}:/usr/share/dotnet"
36
 
37
  # Copy the requirements file with the correct owner
38
  COPY --chown=appuser:appuser ./requirements.txt /app/requirements.txt
 
29
 
30
  # Set the DOTNET_HOME environment variable
31
  ENV DOTNET_HOME="/home/appuser/.dotnet"
32
+ ENV PATH="${PATH}:${DOTNET_HOME}:/usr/share/dotnet"
 
 
 
33
 
34
  # Copy the requirements file with the correct owner
35
  COPY --chown=appuser:appuser ./requirements.txt /app/requirements.txt