mirror of
https://github.com/bitwarden/server.git
synced 2025-01-23 22:01:28 +01:00
Update Dockerfile
This commit is contained in:
parent
337eedcd2c
commit
96971b1f06
@ -10,6 +10,7 @@ RUN apt-get update \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV ASPNETCORE_URLS http://+:5000
|
ENV ASPNETCORE_URLS http://+:5000
|
||||||
|
ENV WELCOME hello
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
COPY obj/build-output/publish .
|
COPY obj/build-output/publish .
|
||||||
|
Loading…
Reference in New Issue
Block a user