Skip to content

Latest commit

 

History

History

post-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

post-app

Static webpage to manage image posts served through Apache. For testing outside the cluster, you need to run the backend application too.

Building, tagging and pushing

docker build -t post-app .
docker tag post-app <my_user>/post-app:latest
docker login -U <my_user>
docker push <my_user>/post-app:latest

Resources