mirror of
https://github.com/bitwarden/server.git
synced 2025-07-12 13:19:01 -05:00
setup, build, and run scripts
This commit is contained in:
@ -19,8 +19,7 @@ done
|
||||
|
||||
# Custom
|
||||
|
||||
ARG source
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
COPY ${source:-obj/Docker/publish} .
|
||||
COPY obj/Docker/publish .
|
||||
ENTRYPOINT ["dotnet", "Api.dll"]
|
||||
|
Reference in New Issue
Block a user