This commit is contained in:
@@ -25,7 +25,7 @@ ENV DATABASE_URL=${DATABASE_URL}
|
|||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
RUN corepack prepare yarn@stable --activate
|
RUN corepack prepare yarn@stable --activate
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/build /app/build
|
COPY --from=builder /app/build ./build
|
||||||
COPY --from=builder /app/.yarn ./.yarn
|
COPY --from=builder /app/.yarn ./.yarn
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user