fixed a silly dockerfile issue, I think

This commit is contained in:
ForeverPyrite
2025-01-07 15:42:44 -05:00
parent 926dd85f60
commit 045b16123e

View File

@@ -21,8 +21,7 @@ RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
COPY . /app COPY . /app
# Make start.sh executable # Make start.sh executable
COPY start.sh . RUN chmod +x /app/start.sh
RUN chmod +x ./start.sh
# Expose the port the app runs on # Expose the port the app runs on
EXPOSE 1986 EXPOSE 1986