Skip to content

Commit

Permalink
fix copy path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Marcotte committed Jul 5, 2024
1 parent 7462999 commit 9798b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-bits/6_sas.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN ln -s /usr/local/SASHome/SASFoundation/9.4/bin/sas_en /usr/local/bin/sas &&
WORKDIR /home/jovyan

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

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

Expand Down
2 changes: 1 addition & 1 deletion output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ RUN ln -s /usr/local/SASHome/SASFoundation/9.4/bin/sas_en /usr/local/bin/sas &&
WORKDIR /home/jovyan

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

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

Expand Down

0 comments on commit 9798b1f

Please sign in to comment.