diff --git a/Dockerfile b/Dockerfile index 8f33908..d75a451 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN pipenv install --deploy --system COPY . /code ENV SECRET_KEY "yUmJW4nXzm3ecLpS4S7Dc7jPaje16aWMrOo1UxMJGcLsbkC00o" -#RUN python manage.py collectstatic --noinput +RUN python manage.py collectstatic --noinput EXPOSE 8000 diff --git a/fly.toml b/fly.toml index 1220af5..68c28e8 100644 --- a/fly.toml +++ b/fly.toml @@ -29,5 +29,5 @@ console_command = '/code/manage.py shell' memory_mb = 1024 [[statics]] - guest_path = '/code/static' + guest_path = '/code/staticfiles' url_prefix = '/static/'