1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Update Dockerfile

This commit is contained in:
Vince Grassia
2022-03-21 11:08:56 -04:00
parent dbd70f687d
commit 9d2cfe4a3d

View File

@@ -20,6 +20,8 @@ RUN npm run dist:oss:selfhost
FROM bitwarden/server:latest
LABEL com.bitwarden.product="bitwarden"
LABEL com.bitwarden.project="web"
ENV ASPNETCORE_ENVIRONMENT=Production
ENV ASPNETCORE_URLS http://+:5000
EXPOSE 5000