We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3a448 commit fa04e44Copy full SHA for fa04e44
1 file changed
appviewlite/Dockerfile
@@ -21,7 +21,8 @@ RUN chown -R app:app /app /home/app
21
22
USER app
23
24
-ENV APPVIEWLITE_BIND_URLS=http://localhost:61750
25
-EXPOSE 61750
+ENV APPVIEWLITE_BIND_URLS=http://+:8080
+ENV APPVIEWLITE_ALLOW_NEW_DATABASE=1
26
+EXPOSE 8080
27
28
ENTRYPOINT ["dotnet", "AppViewLite.Web.dll"]
0 commit comments