Skip to content

Commit

Permalink
build: issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsKoud committed Mar 31, 2024
1 parent ce307cd commit 266bb80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/discord-bot.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ USER app

# Copy over the application
COPY --from=installer --chown=app:app /ijsblokje/apps/discord-bot/dist ./apps/discord-bot/dist
COPY --from=installer --chown=app:app /ijsblokje/apps/discord-bot/node_modules ./apps/discord-bot/node_modules
COPY --from=installer --chown=app:app /ijsblokje/apps/discord-bot/package.json ./apps/discord-bot/package.json

# Copy over the packages
Expand Down
1 change: 1 addition & 0 deletions docker/github-bot.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ USER app

# Copy over the application
COPY --from=installer --chown=app:app /ijsblokje/apps/github-bot/dist ./apps/github-bot/dist
COPY --from=installer --chown=app:app /ijsblokje/apps/github-bot/node_modules ./apps/github-bot/node_modules
COPY --from=installer --chown=app:app /ijsblokje/apps/github-bot/package.json ./apps/github-bot/package.json

# Copy over the packages
Expand Down

0 comments on commit 266bb80

Please sign in to comment.