mirror of
https://github.com/bitwarden/server
synced 2025-12-25 12:43:14 +00:00
run admin on port 5000
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM microsoft/aspnetcore:2.0.5
|
||||
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
EXPOSE 5000
|
||||
COPY obj/Docker/publish .
|
||||
COPY entrypoint.sh /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user