Skip to content

Instantly share code, notes, and snippets.

@yahyaerturan
Created November 22, 2023 10:17
Show Gist options
  • Save yahyaerturan/bcf7469c755b09616a5d2d0195bb950d to your computer and use it in GitHub Desktop.
Save yahyaerturan/bcf7469c755b09616a5d2d0195bb950d to your computer and use it in GitHub Desktop.
Docker yapılandırma
Code $ git clone git@github.com/xxxx:project-net
Code/project-net $ ls
	.docker/
		php/
			DockerFile
		apache/
			vhost.conf
		node/
			DockerFile
		mysql/
			my.ini
		docker-compose.yml
	src/
		assets/
			css/
			js/
			img/
		views/
			core/
			data/
			page_anasayfa.php
		.env
		packages.json
		packeges.lock
		webpack.config.json	
	README.md
		(önce yarn , sonra şu bu)
	.gitignore
		(sftp-config.json)

Code/project-net $ git commit -a -m "Şu bu yapıldı";git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment