Skip to content

Commit

Permalink
Fix testuser home population
Browse files Browse the repository at this point in the history
  • Loading branch information
mambelli committed Mar 14, 2024
1 parent 637a7e6 commit 500e587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/frontend-workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY shared/config/99-debug.conf /etc/condor/config.d/99-debug.conf

# Add HTCondor files to test user abc
RUN useradd testuser
COPY --chown=testuser:testuser frontend-workspace/testuser-home /home/testuser/* /home/testuser/
COPY --chown=testuser:testuser frontend-workspace/testuser-home/* /home/testuser/

# Default entry point
CMD ["/bin/bash"]
Expand Down

0 comments on commit 500e587

Please sign in to comment.