Skip to content

Commit

Permalink
added file for sas file shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Marcotte committed Jul 4, 2024
1 parent 7dc04a8 commit 40c6b72
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-bits/6_sas.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ RUN ln -s /usr/local/SASHome/SASFoundation/9.4/bin/sas_en /usr/local/bin/sas &&

WORKDIR /home/jovyan

# Adds default workdir shortcut to sasstudio
COPY SWE.folderShortcuts.key .sasstudio/preferences

ENV PATH=$PATH:/usr/local/SASHome/SASFoundation/9.4/bin

ENV PATH=$PATH:/usr/local/SASHome/SASPrivateJavaRuntimeEnvironment/9.4/jre/bin
Expand Down
3 changes: 3 additions & 0 deletions output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,9 @@ RUN ln -s /usr/local/SASHome/SASFoundation/9.4/bin/sas_en /usr/local/bin/sas &&

WORKDIR /home/jovyan

# Adds default workdir shortcut to sasstudio
COPY SWE.folderShortcuts.key .sasstudio/preferences

ENV PATH=$PATH:/usr/local/SASHome/SASFoundation/9.4/bin

ENV PATH=$PATH:/usr/local/SASHome/SASPrivateJavaRuntimeEnvironment/9.4/jre/bin
Expand Down
1 change: 1 addition & 0 deletions output/sas/SWE.folderShortcuts.key
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["{SAS002}V29ya3NwYWNl~ps~/home/jovyan/workspace"]
1 change: 1 addition & 0 deletions resources/sas/SWE.folderShortcuts.key
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["{SAS002}V29ya3NwYWNl~ps~/home/jovyan/workspace"]

0 comments on commit 40c6b72

Please sign in to comment.