mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
edit Dockerfile
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ RUN NEXT_DISABLE_TURBOPACK=1 npx next build
|
|||||||
# Pastikan folder static tersedia untuk URL _next/static
|
# Pastikan folder static tersedia untuk URL _next/static
|
||||||
RUN mkdir -p .next/server/app/_next && \
|
RUN mkdir -p .next/server/app/_next && \
|
||||||
cp -r .next/static .next/server/app/_next/static && \
|
cp -r .next/static .next/server/app/_next/static && \
|
||||||
RUN cp -r public/* .next/server/app/
|
cp -r public/* .next/server/app/
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user