add trashable concern on user

This commit is contained in:
João Geonizeli
2022-07-31 21:17:22 -03:00
parent 4a2d2d1a67
commit eff96cd102
10 changed files with 221 additions and 168 deletions

View File

@@ -37,6 +37,7 @@ COPY Gemfile* package.json yarn.lock $APP_PATH
# shared-mime-info ref: https://vtex.slack.com/archives/CE16Q9XRT/p1616716948056900
RUN apk update && \
apk add --no-cache \
watchman \
git \
build-base \
postgresql-dev \