Skip to content

Commit

Permalink
Publishing to both
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptiklemur committed May 24, 2023
1 parent 1947cdd commit eec828a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY dist/apps/bot /app

# You can remove this install step if you build with `--bundle` option.
# The bundled output will include external dependencies.
RUN npm --omit=dev -f install \
RUN npm --omit=dev -f install
RUN npm install source-map-support pg mysql

CMD [ "node", "-r", "source-map-support/register", "index.js" ]

0 comments on commit eec828a

Please sign in to comment.