Skip to content

Commit

Permalink
:(
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaegrov committed Nov 4, 2024
1 parent 327f76f commit 91b2314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: bygg-filer
path: app/build/
path: build/

- name: Definer release tag
id: version-tag
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ COPY ./public ./public/
COPY --from=app-build /app/build/ ./build/
COPY --from=app-dependencies /app/node_modules ./node_modules

CMD ["/app/build/server/index.js"]
CMD ["/app/build/server/index.js"]

0 comments on commit 91b2314

Please sign in to comment.