Skip to content

Commit

Permalink
where is my Dockerfile or why isnt it found?
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jul 20, 2024
1 parent b849404 commit fdd5215
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
matrix:
include:
- image: ghcr.io/bluedynamics/mximages-plone/mx-plone-frontend
dockerfile: frontend/Dockerfile
dockerfile: ./frontend/Dockerfile
- image: ghcr.io/bluedynamics/mximages-plone/mx-plone-backend
dockerfile: backend/Dockerfile
dockerfile: ./backend/Dockerfile
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN \
USER plone

# Add local code
COPY --chown=plone:plone . /app
COPY --chown=plone:plone ./frontend /app
WORKDIR /app

# Install and build application
Expand Down

0 comments on commit fdd5215

Please sign in to comment.