mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-04-20 03:50:20 +00:00
remove prisma stuff
This commit is contained in:
parent
b932fcf03c
commit
91563cb2ba
@ -4,7 +4,6 @@ ENV NEXT_TELEMETRY_DISABLED=1
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm ci --legacy-peer-deps
|
RUN npm ci --legacy-peer-deps
|
||||||
RUN npx prisma generate
|
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM node:20-slim
|
FROM node:20-slim
|
||||||
@ -16,7 +15,6 @@ COPY --from=builder /var/www/html/package.json ./
|
|||||||
COPY --from=builder /var/www/html/node_modules ./node_modules
|
COPY --from=builder /var/www/html/node_modules ./node_modules
|
||||||
COPY --from=builder /var/www/html/.next ./.next
|
COPY --from=builder /var/www/html/.next ./.next
|
||||||
COPY --from=builder /var/www/html/public ./public
|
COPY --from=builder /var/www/html/public ./public
|
||||||
COPY --from=builder /var/www/html/prisma ./prisma
|
|
||||||
|
|
||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user