Split Dockerfile into multiple stages, making the build be independent and then the released image just copy files from it

This commit is contained in:
Alejandro Celaya
2020-03-21 08:56:48 +01:00
parent 644f5be6fe
commit ca1b17863c
2 changed files with 14 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
# Shlink Docker image
[![Docker build status](https://img.shields.io/docker/build/shlinkio/shlink.svg?style=flat-square)](https://hub.docker.com/r/shlinkio/shlink/)
[![Docker pulls](https://img.shields.io/docker/pulls/shlinkio/shlink.svg?style=flat-square)](https://hub.docker.com/r/shlinkio/shlink/)
This image provides an easy way to set up [shlink](https://shlink.io) on a container-based runtime.