mirror of
https://github.com/bitwarden/server.git
synced 2024-12-03 14:03:33 +01:00
Update Dockerfile
This commit is contained in:
parent
a587de4226
commit
b94eace744
@ -12,6 +12,7 @@ RUN apt-get update \
|
|||||||
ENV ASPNETCORE_URLS http://+:5000
|
ENV ASPNETCORE_URLS http://+:5000
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
EXPOSE 5001
|
||||||
COPY obj/build-output/publish .
|
COPY obj/build-output/publish .
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user