mirror of
https://github.com/bitwarden/server
synced 2026-01-02 08:33:48 +00: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