Skip to content

inforob/symfony-ready

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast install symfony applications

install

make install APP=phpunit.it

remove

make remove APP=phpunit.it

Mail RoundCube Fix Problem

service dovecot restart

SSH KEYS

COPY .ssh/id_ed25519.pub /home/$user/.ssh/
COPY .ssh/id_ed25519 /home/$user/.ssh/
RUN chown -R $user:$user /home/$user/.ssh/

Turns out when using Ubuntu, the ssh_config isn't correct. You need to add 
RUN  echo "    IdentityFile ~/.ssh/id_rsa" >> /etc/ssh/ssh_config
to your Dockerfile in order to get it to recognize your ssh key.

About

a simple symfony instance for docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published