mirror of
https://github.com/bitwarden/server
synced 2025-12-25 20:53:16 +00:00
port 5000
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM microsoft/aspnetcore:2.0.5
|
||||
|
||||
ENV ASPNETCORE_URLS http://+:5000
|
||||
|
||||
WORKDIR /app
|
||||
EXPOSE 5000
|
||||
COPY obj/Docker/publish .
|
||||
|
||||
Reference in New Issue
Block a user