1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

port 5000

This commit is contained in:
Kyle Spearrin
2018-03-23 23:03:09 -04:00
parent 5c3eca264b
commit 73a4af3f17
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
FROM microsoft/aspnetcore:2.0.5
ENV ASPNETCORE_URLS http://+:5000
WORKDIR /app
EXPOSE 5000
COPY obj/Docker/publish .