diff --git a/Dockerfile b/Dockerfile index 5805eac..283f75f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM nginx:1.25 -COPY executor-wasm/* /usr/share/nginx/html/ +COPY executor-wasm/ /usr/share/nginx/html/ COPY data /usr/share/nginx/html/data COPY assets /usr/share/nginx/html/assets \ No newline at end of file