Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 280 Bytes

File metadata and controls

13 lines (8 loc) · 280 Bytes

docker-apache-base

Apache Docker image used as base for pmis-apache image

  • Build

    docker build -t apache-base .

  • Push to registry

    docker tag apache-base dev.sangah.com:5043/apache-base docker login dev.sangah.com:5043 docker push dev.sangah.com:5043/apache-base