mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-15 13:52:09 +08:00
Update Dockerfile
This commit is contained in:
@@ -49,7 +49,7 @@ ENV NODE_ENV=production
|
|||||||
COPY --link --from=builder --chown=1000:1000 /app/.next/standalone/ ./
|
COPY --link --from=builder --chown=1000:1000 /app/.next/standalone/ ./
|
||||||
COPY --link --from=builder --chown=1000:1000 /app/.next/static ./.next/static
|
COPY --link --from=builder --chown=1000:1000 /app/.next/static ./.next/static
|
||||||
COPY --link --from=builder --chown=1000:1000 /app/public ./public
|
COPY --link --from=builder --chown=1000:1000 /app/public ./public
|
||||||
COPY --link --from=builder --chmod=755 /app/docker-entrypoint.sh /usr/local/bin/
|
COPY --link --chmod=755 docker-entrypoint.sh /usr/local/bin/
|
||||||
|
|
||||||
RUN apk add --no-cache su-exec
|
RUN apk add --no-cache su-exec
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user