1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-09 20:03:47 -05:00

Fix ENV in Dockerfiles

This commit is contained in:
Vince Grassia
2025-03-10 14:24:57 -04:00
parent bd1602ed98
commit e305e1490d
11 changed files with 17 additions and 17 deletions

View File

@ -45,7 +45,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0
ARG TARGETPLATFORM
LABEL com.bitwarden.product="bitwarden"
ENV ASPNETCORE_ENVIRONMENT=Production
ENV ASPNETCORE_URLS http://+:5000
ENV ASPNETCORE_URLS=http://+:5000
EXPOSE 5000
RUN apt-get update \