Skip to content

Commit

Permalink
ci(monorepo): 👷 still trying to fix the deploy/gh action issue...
Browse files Browse the repository at this point in the history
  • Loading branch information
a-luna committed Jul 4, 2023
1 parent 57a89d0 commit 5e6bf9b
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 512 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ LICENSE.md
# Directories
node_modules
test
dist
.github
.vscode
packages/svelte-color-tools
Expand Down
4 changes: 2 additions & 2 deletions apps/portfolio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM node:18-alpine

WORKDIR /app

COPY --from=pruned /app/pruned/dist dist
COPY --from=pruned /app/pruned/build build
COPY --from=pruned /app/pruned/node_modules node_modules

ENTRYPOINT ["node", "dist/index.js"]
ENTRYPOINT ["node", "build/index.js"]
Loading

0 comments on commit 5e6bf9b

Please sign in to comment.