Skip to content

Commit fa04e44

Browse files
committed
expose 8080 instead.
based on the appviewlite dockerfile i didn't know existed lol
1 parent 0c3a448 commit fa04e44

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

appviewlite/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ RUN chown -R app:app /app /home/app
2121

2222
USER app
2323

24-
ENV APPVIEWLITE_BIND_URLS=http://localhost:61750
25-
EXPOSE 61750
24+
ENV APPVIEWLITE_BIND_URLS=http://+:8080
25+
ENV APPVIEWLITE_ALLOW_NEW_DATABASE=1
26+
EXPOSE 8080
2627

2728
ENTRYPOINT ["dotnet", "AppViewLite.Web.dll"]

0 commit comments

Comments
 (0)