feat: implement referral payment system and enhance ticket management
This commit is contained in:
@@ -31,8 +31,11 @@ COPY --from=builder /install /usr/local
|
||||
# Copy application source code
|
||||
COPY . .
|
||||
|
||||
RUN sed -i 's/\r$//' ./entrypoints/startup.sh && \
|
||||
chmod +x ./entrypoints/startup.sh
|
||||
|
||||
# Ensure the startup script is executable
|
||||
RUN chmod +x entrypoints/startup.sh
|
||||
RUN chmod +x ./entrypoints/startup.sh
|
||||
|
||||
# Default command runs linting, migrations, and starts the bot
|
||||
CMD ["entrypoints/startup.sh"]
|
||||
CMD ["sh", "./entrypoints/startup.sh"]
|
||||
|
||||
Reference in New Issue
Block a user