Skip to content

Fix for volume mount#342

Merged
gr812b merged 2 commits intomainfrom
fix-docker-volume-mount
Jan 15, 2026
Merged

Fix for volume mount#342
gr812b merged 2 commits intomainfrom
fix-docker-volume-mount

Conversation

@gr812b
Copy link
Collaborator

@gr812b gr812b commented Jan 15, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 15, 2026 03:16
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR makes two changes: adds an explicit WORKDIR declaration in the Dockerfile and modifies the GitHub Actions workflow to trigger Docker builds on all branches instead of just the main branch.

Changes:

  • Added explicit WORKDIR /deployments in Dockerfile before copying application files
  • Modified GitHub Actions workflow to trigger on all branches ('**') instead of only the main branch

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
Dockerfile Adds explicit WORKDIR declaration before COPY operations
.github/workflows/docker-build-publish.yaml Changes branch trigger from main to all branches for testing purposes

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@gr812b gr812b changed the title Stuff Fix for volume mount Jan 15, 2026
@gr812b gr812b merged commit fc193d5 into main Jan 15, 2026
3 checks passed
@gr812b gr812b deleted the fix-docker-volume-mount branch January 15, 2026 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants