fix dockerfile

This commit is contained in:
Sean Morley
2024-08-15 10:47:45 -04:00
parent a1094f805a
commit 9a7d85d544
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "adventurelog-frontend",
"version": "0.5.0",
"version": "0.5.1",
"scripts": {
"dev": "vite dev",
"django": "cd .. && cd backend/server && python3 manage.py runserver",