Skip to content

Commit

Permalink
Ajuste nos arquivos estaticos
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuspdf committed Jun 6, 2024
1 parent eee8398 commit 2bd57c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/'

0 comments on commit 2bd57c8

Please sign in to comment.