Skip to content

Commit

Permalink
don't prettier container
Browse files Browse the repository at this point in the history
  • Loading branch information
flamableassassin authored Oct 12, 2024
1 parent 8859e7a commit f563f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ COPY . /main/bot
ENV NODE_PATH=/usr/local/lib/node_modules
LABEL name="byteblaze" version="5.0"
# Start the bot.
RUN npm run build:full
RUN npm run build
CMD ["npm", "run", "start"]

0 comments on commit f563f6e

Please sign in to comment.