mirror of
https://github.com/bitwarden/server
synced 2026-01-09 03:53:42 +00:00
PersistKeysToFileSystem when selfhosted
This commit is contained in:
@@ -22,4 +22,7 @@ done
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
COPY obj/Docker/publish .
|
||||
ENTRYPOINT ["dotnet", "Api.dll"]
|
||||
|
||||
COPY entrypoint.sh /
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user