mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 12:40:22 -05:00
quick test for EE
This commit is contained in:
parent
559101d7e2
commit
f97f8bb38d
@ -12,6 +12,7 @@ RUN apt-get update \
|
||||
ENV ASPNETCORE_URLS http://+:5000
|
||||
WORKDIR /app
|
||||
EXPOSE 5000
|
||||
EXPOSE 5001
|
||||
COPY obj/build-output/publish .
|
||||
COPY entrypoint.sh /
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user