ricora / order

🛒
2 stars 0 forks source link

chore(CI): デプロイ用の`Dockerfile`と`compose.yaml`を整備 #30

Closed sou1118 closed 1 week ago

sou1118 commented 1 week ago

close #29

確認事項

docker compose upを実行すると、localhost:3000で実行できる。

Summary

This pull request introduces Docker support for the project by adding necessary configuration files and setting up the Docker environment. The most important changes include adding a .dockerignore file, creating a Dockerfile for building and running the application, and defining a compose.yaml file for Docker Compose.

Docker configuration: