diff --git a/Dockerfile b/Dockerfile index b9bb02c..e50fa7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM busybox WORKDIR /app COPY templates/ templates/ +COPY static/ static/ COPY micrach ./ RUN chmod +x /app/micrach ENTRYPOINT ["/app/micrach"] \ No newline at end of file