diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index eef84d3..0000000 --- a/Dockerfile +++ /dev/null @@ -1,14 +0,0 @@ -FROM python:3.11-slim - -ENV PYTHONDONTWRITEBYTECODE=1 -ENV PYTHONUNBUFFERED=1 - -WORKDIR /app - -COPY requirements_test.txt . -RUN pip install --no-cache-dir -r requirements_test.txt - -COPY . . - -# 기본은 웹 실행으로 둔다 (워커는 Railway Start Command로 덮어씀) -CMD ["bash", "-lc", "python manage.py migrate && python manage.py collectstatic --noinput && gunicorn config.wsgi:application --bind 0.0.0.0:${PORT:-8000}"] \ No newline at end of file diff --git a/SOCIALACCOUNT_ADAPTER b/SOCIALACCOUNT_ADAPTER deleted file mode 100644 index e69de29..0000000 diff --git a/environment.yml b/environment.yml deleted file mode 100644 index 0f8f806..0000000 --- a/environment.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: recapture_env -channels: - - defaults -dependencies: - - python=3.10.16 - - pip - - pip: - - -r requirements.txt \ No newline at end of file