Fixed dockerfile to access the script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
1f43a7c29e
commit
90766a7522
|
|
@ -13,6 +13,8 @@ COPY --from=builder /app/.next/standalone ./
|
||||||
COPY --from=builder /app/.next/static ./.next/static
|
COPY --from=builder /app/.next/static ./.next/static
|
||||||
COPY --from=builder /app/lib ./lib
|
COPY --from=builder /app/lib ./lib
|
||||||
COPY --from=builder /app/config ./config
|
COPY --from=builder /app/config ./config
|
||||||
|
COPY --from=builder /app/scripts ./scripts
|
||||||
|
COPY --from=builder /app/package.json ./package.json
|
||||||
|
|
||||||
RUN mkdir -p /app/data
|
RUN mkdir -p /app/data
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue