refactoring multipart from data handling from converter + tests for converter package

This commit is contained in:
Julien Neuhart
2018-04-05 15:20:44 +02:00
parent 62ad3e20fa
commit acea482456
5 changed files with 158 additions and 42 deletions

View File

@@ -28,4 +28,4 @@ tasks:
- use: up
short: Starts the {{ .Orbit.Version }} version of the Gotenberg image
run:
- docker run --rm -p 3000:3000/tcp --name=gotenberg gotenberg:{{ .Orbit.Version }}
- docker run --rm -p 3000:3000/tcp gotenberg:{{ .Orbit.Version }}