mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05: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