Skip to content

Commit

Permalink
Fix Dockerfile to include package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumail committed Dec 4, 2023
1 parent fe6b9b0 commit c0305ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ ENV DISCORD_GENERAL_LOGGING_ENABLED=false
ENV DISCORD_REGISTER_COMMANDS=true
ENV DISCORD_REGISTER_COMMANDS_AS_GLOBAL=true

ENV CLUSTER_ENABLED=false
ENV ZK_HOST=
ENV ZK_TIMEOUT=15000
ENV ZK_PATH_PREFIX=/quotebot

# Fetch runtime dependencies from deps stage
COPY package.json yarn.lock ./
COPY --from=deps /app/node_modules ./node_modules

# Copy build source
Expand Down

0 comments on commit c0305ad

Please sign in to comment.