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:
@ -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 \
|
||||
|
Reference in New Issue
Block a user