This commit is contained in:
parent
c07ddbe7b1
commit
d2dd0d5e15
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ RUN yarn workspaces focus --all --production && \
|
|||
FROM node:${NODE_VERSION}
|
||||
|
||||
# Use those args to specify your own version flags & suffixes
|
||||
ARG MASTODON_VERSION_PRERELEASE=""
|
||||
ARG MASTODON_VERSION_METADATA="bark"
|
||||
ARG MASTODON_VERSION_PRERELEASE="bark"
|
||||
ARG MASTODON_VERSION_METADATA="dev"
|
||||
|
||||
ARG UID="991"
|
||||
ARG GID="991"
|
||||
|
|
Loading…
Reference in a new issue