react-dev-server

This commit is contained in:
Bram Kelchtermans
2024-06-07 21:54:31 +02:00
parent 89d818fe34
commit f657241ae0
5 changed files with 111 additions and 0 deletions
@@ -0,0 +1,14 @@
version: '3.8'
services:
react-app:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
volumes:
- ./id_rsa:/root/.ssh/id_rsa
environment:
REPO_URL: "ssh://git@gitea.bramkelchtermans.be:2222/Bram/comedy-kit-frontend.git"
command: ["/usr/local/bin/entrypoint.sh"]