This commit is contained in:
Đăng Nguyễn
2025-12-22 19:31:55 +07:00
parent 1289a6c331
commit 4ceec9abd5
5 changed files with 17 additions and 8 deletions

View File

@@ -48,9 +48,6 @@ FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish ./
# Create directory for database
RUN mkdir -p /app/data
# Set environment variables
#ENV ASPNETCORE_URLS=http://+:8080
ENV ASPNETCORE_ENVIRONMENT=Production