Skip to content

Commit

Permalink
Merge pull request #318 from discordextremelist/carolina-next
Browse files Browse the repository at this point in the history
Required for running ts directly
  • Loading branch information
carolinaisslaying authored Feb 16, 2025
2 parents d6bf6c6 + e930d37 commit df8fc3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ RUN apk update && \
RUN corepack enable pnpm
# Install node modules
RUN CI=true pnpm i
# Remove non-dist files
RUN rm -rf @types/ .env.production
# Start the process within the container
CMD ["pnpm", "start"]

0 comments on commit df8fc3c

Please sign in to comment.