diff --git a/Dockerfile b/Dockerfile index 60e3246..c511afe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,5 @@ EXPOSE 19099 WORKDIR /app COPY --from=builder /builder/app ./app +COPY ./views ./views CMD ./app \ No newline at end of file