mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 13:08:17 -05:00
Update Dockerfile
This commit is contained in:
parent
f97f8bb38d
commit
65bd725a67
@ -13,6 +13,7 @@ ENV ASPNETCORE_URLS http://+:5000
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
EXPOSE 5001
|
EXPOSE 5001
|
||||||
|
EXPOSE 5002
|
||||||
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…
x
Reference in New Issue
Block a user