Skip to content

Commit d28fdde

Browse files
author
Andres Vargas
committed
remove docker
1 parent 03bcc56 commit d28fdde

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ COPY requirements.txt /code/
66
RUN pip install -r requirements.txt
77
COPY . /code/
88
EXPOSE 8000
9+
RUN python manage.py migrate
10+
RUN python manage.py seed core
911
CMD ["python","manage.py","gunicorn", "-b","0:8000"]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
## Render
88

99

10+
Test URL: https://django-livewire.fly.dev/

docker-compose.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
app = "livewire"
1+
app = "django-livewire"
22

33

44
[[services]]

0 commit comments

Comments
 (0)