1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 21:18:13 -05:00

Update Dockerfile

This commit is contained in:
MtnBurrit0 2025-04-04 14:55:54 -06:00 committed by GitHub
parent 900163a19f
commit 3e47021e04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +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 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