Skip to content

Docker to automate cloning a typescript repo from GitHub and starting a server with the newest alt-v server files

Notifications You must be signed in to change notification settings

timstallinger/Alt-V-Docker-automating-your-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alt-V-Docker-automating-your-Server

This is ONLY for Typescript alt-v resources serverside. Clientside has to be javascript.

  1. Clone this repo and cd into the cloned folder.
  2. Change docker-compose args git link and branch.
docker-compose build --force-rm --build-arg SSH_KEY="$(cat ~/.ssh/id_rsa)"
docker-compose up

The build arg SSH_KEY gives the docker your ssh identity so you can clone from a private repo. Change the path if your ssh key is located somewhere else.

About

Docker to automate cloning a typescript repo from GitHub and starting a server with the newest alt-v server files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published