Change working directory to workspace at the end of docker build.

This commit is contained in:
Shaun Setlock
2025-06-29 16:34:55 -04:00
parent 1d1f63a451
commit d301ab01a9

View File

@@ -68,7 +68,7 @@ RUN chown -R shaun:shaun /workspace
# Switch to non-root user
USER shaun
WORKDIR /home/shaun
WORKDIR /workspace
# Avoid container exit.
CMD ["tail", "-f", "/dev/null"]