1
0
mirror of https://github.com/XFox111/MuiCharts.git synced 2026-04-22 06:51:05 +03:00

- Added CORS

- Fixed backed Dockerfile to have /persistence if volume is not attached
This commit is contained in:
2024-02-23 13:02:51 +00:00
parent d5011867dc
commit 465b3ac01a
3 changed files with 18 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 as runtime
WORKDIR /app
COPY --from=build /app/out ./
RUN mkdir /persistence
ENV HTTP_PORTS=80
EXPOSE 80