Skip to content

michalswi/simple-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 10, 2024
4b2b279 · May 10, 2024

History

13 Commits
Jun 15, 2023
Jun 24, 2021
Jun 24, 2021
Jun 22, 2022
Jun 24, 2021
Jun 13, 2023
Jun 24, 2021
May 10, 2024

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).