Skip to content

Commit

Permalink
Adding Creds UI Wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayasimha Raghavan authored and Jayasimha Raghavan committed Sep 14, 2023
1 parent 8d2e756 commit 6938470
Show file tree
Hide file tree
Showing 4 changed files with 1,192 additions and 5 deletions.
8 changes: 5 additions & 3 deletions build/templates/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM unskript/awesome-runbooks:latest as base
COPY custom/actions /unskript/data
COPY custom/runbooks /unskript/data
COPY custom/actions/. /unskript/data/actions/
COPY custom/runbooks/. /unskript/data/runbooks/

CMD ["./start.sh"]
# The creds directory is the directory you mentioned while running the creds_app.py with the -o option
COPY <CREDS_DIRECTORY>/. /unskript/credential/.local/share/jupyter/metadata/credential-save/

CMD ["./start.sh"]
Loading

0 comments on commit 6938470

Please sign in to comment.