Skip to content

michalswi/simple-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Web Server

This is just POC to test Golang App with Azure App Services.

Link to Azure App Services.
Link how to deploy using other languages than Go.

Golang Apps are not natively supported in App Services. To deploy I am using custom containers.

# local environment

$ make

Usage:
  make <target>

Targets:
  build            Build bin
  run              Run app
  docker-build     Build docker image
  docker-run       Run docker
  docker-stop      Stop docker

# important

If you use non-root user in Dockerfile, app might not work in Azure App Services (requires root).