mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Remove unnecessary Dockerfile steps
This commit is contained in:
parent
88d658f72e
commit
b542dc265a
1 changed files with 0 additions and 3 deletions
|
|
@ -42,10 +42,7 @@ RUN set -x \
|
|||
&& apk add --no-cache curl \
|
||||
&& yarn add npm-run-all dotenv semver prisma@6.1.0
|
||||
|
||||
# You only need to copy next.config.js if you are NOT using the default configuration
|
||||
COPY --from=builder /app/next.config.js .
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/public ./public
|
||||
COPY --from=builder /app/package.json ./package.json
|
||||
COPY --from=builder /app/prisma ./prisma
|
||||
COPY --from=builder /app/scripts ./scripts
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue