Skip to content

Commit

Permalink
fix: npm error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses authored Jun 21, 2024
1 parent b106be3 commit f29302c
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 @@ -24,7 +24,7 @@ ENV BOT_TOKEN=${BOT_TOKEN}
ENV BASE_NAME=${BASE_NAME}

# Run the initialization script
RUN npm run init
RUN npm i

# Define the command to run the application
CMD ["npm", "start"]

0 comments on commit f29302c

Please sign in to comment.