Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 388 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 388 Bytes

dev_container

a container I use for personal development

installed tools

  • php 8.2
    • Xdebug
  • nvm
    • node20
    • node21
  • database
    • postgresql 13

files to change

  • nginx.conf: set folder it should serve
  • web.Dockerfile: add your name for git config
  • schema.sql: preload a database
  • run-at-start.sh: any script that you need to run after first launch of container