update Dockerfile

This commit is contained in:
Dawid Wysokiński 2021-11-10 08:09:29 +01:00
parent d4d5390517
commit b1e8ed6d6a
Signed by: Kichiyaki
GPG Key ID: EF14026D247EB867
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ COPY package.json yarn.lock ./
RUN yarn
COPY . ./
ARG VERSION="v0.0.0"
ARG VERSION="0.0.0"
ARG SENTRY_ENABLED="false"
ARG SENTRY_URL=""
ARG SENTRY_ORG=""