react-dev-server
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user