Skip to content

Commit 323a127

Browse files
fix: comment out calendar download script in Dockerfile to avoid connection error
1 parent 90606ab commit 323a127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ RUN chmod +x ./postinstall.sh
2020

2121
COPY . .
2222

23-
RUN python download-calendar.py
23+
# RUN python download-calendar.py
2424

2525
CMD [ "./postinstall.sh", "gunicorn", "--bind", "0.0.0.0:8000", "wsgi:app" ]

0 commit comments

Comments
 (0)