fix: add entrypoint.sh and prisma folder to docker container
This commit is contained in:
parent
604abd7448
commit
5d828a1d1c
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ ENV NEXT_TELEMETRY_DISABLED=1
|
|||
COPY --from=builder /app/public ./public
|
||||
COPY --from=builder /app/.next/standalone ./
|
||||
COPY --from=builder /app/.next/static ./.next/static
|
||||
COPY --from=builder /app/prisma ./prisma
|
||||
COPY entrypoint.sh ./
|
||||
|
||||
LABEL org.opencontainers.image.source="https://git.dominikstahl.dev/DHBW-WE/MeetUp"
|
||||
LABEL org.opencontainers.image.title="MeetUp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue