1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-06 19:28:08 +01:00

Update Dockerfile

This commit is contained in:
MtnBurrit0 2024-10-01 14:50:43 -06:00 committed by GitHub
parent 337eedcd2c
commit 96971b1f06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
ENV ASPNETCORE_URLS http://+:5000
ENV WELCOME hello
WORKDIR /app
EXPOSE 5000
COPY obj/build-output/publish .