1
0
Fork 0

Rename part1

This commit is contained in:
Vili Sinervä 2023-03-15 13:24:55 +02:00
parent bcf1e3361f
commit 108f52dbd5
21 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,2 @@
FROM devopsdockeruh/simple-web-service:alpine
CMD server

View file

@ -0,0 +1,6 @@
[devops@devops part1]$ docker run --rm web-server
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production. - using env: export GIN_MODE=release - using code: gin.SetMode(gin.ReleaseMode)
[GIN-debug] GET /*path --> server.Start.func1 (3 handlers)
[GIN-debug] Listening and serving HTTP on :8080