mirror of
https://github.com/bitwarden/server.git
synced 2024-11-26 12:55:17 +01:00
dockerfile formatting
This commit is contained in:
parent
11a373d846
commit
63169e4ecc
@ -3,7 +3,7 @@ FROM microsoft/aspnetcore:2.0.6
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
gosu \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV ASPNETCORE_URLS http://+:5000
|
||||
WORKDIR /app
|
||||
|
Loading…
Reference in New Issue
Block a user