#3 Create product form made, data is processed on the backend. Image data not currently saved

This commit is contained in:
2024-01-19 13:31:06 +00:00
parent b821050869
commit 98a17bdc43
3 changed files with 64 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ services:
- APPSECRET=test
- ENVIRON=test
# - ENVIRON=prod
- FILESTORE=static/assets/img/products
tty: true
ports:
- "5000:5000"