From 9fc394bc8676e2e40fe5e373e1049508b5c514ee Mon Sep 17 00:00:00 2001 From: artem Date: Fri, 12 Jan 2024 20:55:20 +0300 Subject: [PATCH] fix docker builder --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 283f75f..5805eac 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