diff --git a/Dockerfile b/Dockerfile index bae2192..d0a8e78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,7 @@ RUN chmod 777 /config; \ WORKDIR /api COPY --from=builder /api/app . COPY client ./client +COPY webassets ./webassets EXPOSE 8080