mirror of
https://github.com/bitwarden/server.git
synced 2024-11-29 13:25: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 \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
gosu \
|
gosu \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV ASPNETCORE_URLS http://+:5000
|
ENV ASPNETCORE_URLS http://+:5000
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
Reference in New Issue
Block a user