mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
fix(docker-file): pump version dockerfile
This commit is contained in:
parent
551f824416
commit
ec047dbcfb
1 changed files with 2 additions and 1 deletions
|
|
@ -35,8 +35,9 @@ ENV NEXT_TELEMETRY_DISABLED 1
|
||||||
RUN addgroup --system --gid 1001 nodejs
|
RUN addgroup --system --gid 1001 nodejs
|
||||||
RUN adduser --system --uid 1001 nextjs
|
RUN adduser --system --uid 1001 nextjs
|
||||||
|
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache curl \
|
&& apk add --no-cache curl openssl1.1-compat \
|
||||||
&& yarn add npm-run-all dotenv semver prisma@5.17.0
|
&& yarn add npm-run-all dotenv semver prisma@5.17.0
|
||||||
|
|
||||||
# You only need to copy next.config.js if you are NOT using the default configuration
|
# You only need to copy next.config.js if you are NOT using the default configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue