rog-golang-buddies / golang-template-repository

Kickstarter repository for a golang service
Apache License 2.0
17 stars 7 forks source link

feat: add .dockerignore file #85

Open gentildpinto opened 1 year ago

gentildpinto commented 1 year ago

Description

The current Dockerfile does a copy all via COPY . . without any filtering on what is in the working directory. This pr adds a .dockerignore file to eliminate bloat

Fixes #69

Current status

Semantic Versioning

Please delete options that are not relevant. Ensure same has been covered in the commit message as well.

Type of change

Please delete options that are not relevant.

Checklist: