issues
search
99linesofcode
/
docker-base
Collection of docker-compose files for devcontainers and other frequently used services.
MIT License
2
stars
0
forks
source link
Extract dedicated containers
#14
Closed
99linesofcode
closed
1 year ago
99linesofcode
commented
1 year ago
[x] Do away with separate PHP containers for development and PHP versions;
[x] Remove
EXPOSE
and
VOLUME
from containers, should be configurable by the end user, imo;
[x] Combine all commands into a single RUN so clean up actually reduces the overall image size;
[x] Extend images from those that live inside
ghcr.io/99linesofcode
;
[x] Build Neovim from source in
devcontainer
;
EXPOSE
andVOLUME
from containers, should be configurable by the end user, imo;ghcr.io/99linesofcode
;devcontainer
;