mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-16 14:32:08 +08:00
Update Dockerfile
This commit is contained in:
@@ -47,7 +47,7 @@ WORKDIR /app
|
|||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
# Copy only necessary files from the build stage
|
# Copy only necessary files from the build stage
|
||||||
COPY --from=builder --chown=1000:1000 /app/.next/standalone/ ./
|
COPY --from=builder --chown=1000:1000 /app/.next/standalone ./
|
||||||
COPY --from=builder --chown=1000:1000 /app/.next/static ./.next/static
|
COPY --from=builder --chown=1000:1000 /app/.next/static ./.next/static
|
||||||
COPY --from=builder --chown=1000:1000 /app/public ./public
|
COPY --from=builder --chown=1000:1000 /app/public ./public
|
||||||
COPY --from=builder --chmod=755 /app/docker-entrypoint.sh /usr/local/bin/
|
COPY --from=builder --chmod=755 /app/docker-entrypoint.sh /usr/local/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user