add build script for Docker and update .gitignore to exclude PDF files

This commit is contained in:
2025-09-02 05:49:02 +03:00
parent 01260d0768
commit 9dde9041b1

2
build-docker.sh Executable file
View File

@@ -0,0 +1,2 @@
docker build -t git.denco.store/fakz9/fulfillment-frontend:latest .
docker push git.denco.store/fakz9/fulfillment-frontend:latest