Change working directory to workspace at the end of docker build.
All checks were successful
Build and Push Docker Image / build-push (push) Successful in 11s

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

View File

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