Fixed some minor docker bugs

This commit is contained in:
Simon Martens
2023-10-27 22:40:41 +02:00
parent 40f28d4cff
commit a194900782
3 changed files with 35 additions and 35 deletions

View File

@@ -19,6 +19,6 @@ RUN dotnet publish --no-restore -o /app
# RUN
WORKDIR /app
RUN export DOTNET_ENVIRONMENT="Docker"
RUN export DOTNET_ENVIRONMENT="Docker"
RUN dotnet HaWeb.dll
EXPOSE 5000