Skip to content

Commit

Permalink
Fixed CD
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisassad committed Sep 30, 2024
1 parent 462375f commit 3202fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.commonwealth_base
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ ENV NODE_ENV=production
COPY --from=build /prod/snapshot-listener /prod/snapshot-listener
WORKDIR /prod/snapshot-listener
COPY ./scripts/datadog-entrypoint.sh /prod/snapshot-listener
RUN chmod +x /prod/commonwealth/datadog-entrypoint.sh
RUN chmod +x /prod/snapshot-listener/datadog-entrypoint.sh
ENV PORT=$PORT

FROM base AS discord-bot
ENV NODE_ENV=production
COPY --from=build /prod/discord-bot /prod/discord-bot
WORKDIR /prod/discord-bot
COPY ./scripts/datadog-entrypoint.sh /prod/discord-bot
RUN chmod +x /prod/commonwealth/datadog-entrypoint.sh
RUN chmod +x /prod/discord-bot/datadog-entrypoint.sh
ENV PORT=$PORT

0 comments on commit 3202fa0

Please sign in to comment.