diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e32de78..554f1b9 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -43,7 +43,6 @@ jobs: export SLACK_TOKEN=${{ secrets.SLACK_TOKEN }} ./slack-import-emojis-bin - cp emojis.json apps/web/src/lib/instrumentation/ cp emojis.json apps/web/ - name: Build and push Docker image diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index 079eaa2..7b125cd 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -63,5 +63,6 @@ USER nextjs COPY --from=installer --chown=nextjs:nodejs /app/apps/web/.next/standalone ./ COPY --from=installer --chown=nextjs:nodejs /app/apps/web/.next/static ./apps/web/.next/static COPY --from=installer --chown=nextjs:nodejs /app/apps/web/public ./apps/web/public +COPY --chown=nextjs:nodejs apps/web/emojis.json . CMD ["/usr/local/bin/start.sh"] \ No newline at end of file