@@ -9,6 +9,6 @@ RUN just build-client-cms
|
||||
|
||||
FROM docker.io/busybox:1.37
|
||||
WORKDIR /app
|
||||
COPY --from=client-build /app/.outputs/client/cms/dist .
|
||||
COPY --from=client-cms-build /app/.outputs/client/cms/dist .
|
||||
EXPOSE 3000
|
||||
ENTRYPOINT ["httpd", "-f", "-p", "3000", "-h", "/app", "-v"]
|
||||
|
||||
Reference in New Issue
Block a user