nubank / vessel

A containerization tool for Clojure applications
Apache License 2.0
43 stars 1 forks source link

Allow to define a custom default user #16

Closed RafaeLeal closed 4 years ago

RafaeLeal commented 4 years ago

Expected Behavior

Be able to define the user for the image

Actual Behavior

All images are built with root user as default

Steps to Reproduce the Problem (if it's a bug)

  1. Build a image with vessel containerize
  2. Run it

Additional Info