mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
add docker build for admin
This commit is contained in:
9
src/Admin/Dockerfile
Normal file
9
src/Admin/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM microsoft/aspnetcore:2.0.5
|
||||
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
COPY obj/Docker/publish .
|
||||
|
||||
COPY entrypoint.sh /
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Reference in New Issue
Block a user