diff --git a/Dockerfile b/Dockerfile index c6a5ab0f4..5753f5ec9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,7 @@ RUN touch config.yml COPY --from=builder /app/next-terminal ./ COPY --from=builder /app/LICENSE ./ +COPY --from=builder /app/server/resource/build ./resource/build/ EXPOSE $SERVER_PORT $SSHD_PORT