Skip to content

Commit

Permalink
set USER env
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartshea authored Nov 7, 2024
1 parent 28f2376 commit 748cadd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN echo "runwhen ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers

# Switch to `runwhen` user
USER runwhen

ENV USER "runwhen"
# Set the PATH to include binaries the `runwhen` user will need
ENV PATH "$PATH:/usr/local/bin:/home/runwhen/.local/bin:$RUNWHEN_HOME"

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4

0 comments on commit 748cadd

Please sign in to comment.