10000 GitHub - anovanmaximuz/go-jwt
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anovanmaximuz/go-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Go with Docker

Intruksi

Build Image Manually

 docker build -t pasarkode/api:versi.1.1 .

Build using docker compose

version: "3.3"
services:
  web:
    build: ./
    environment:
      - GIN_MODE=debug
    ports:
      - "8180:8180"

compose up

docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published
0