diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1031408..18a2011 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -13,6 +13,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Current path + run: pwd + - name: Build the frontend image run: cd frontend && npm install && npm run build && cd .. && docker build . -f ./Dockerfile_frontend -t upi05/frontend diff --git a/frontend/src/components/StickyNote.js b/frontend/src/components/StickyNote.js index abae056..a992d73 100644 --- a/frontend/src/components/StickyNote.js +++ b/frontend/src/components/StickyNote.js @@ -11,7 +11,7 @@ function StickyNote() { return (