mirror of
https://github.com/bitwarden/server
synced 2026-01-07 02:53:38 +00:00
setup, build, and run scripts
This commit is contained in:
@@ -19,8 +19,10 @@ done
|
||||
|
||||
# Custom
|
||||
|
||||
ARG source
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
COPY ${source:-obj/Docker/publish} .
|
||||
ENTRYPOINT ["dotnet", "Identity.dll"]
|
||||
COPY obj/Docker/publish .
|
||||
|
||||
COPY entrypoint.sh /
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user