From fc356b23d86b99c53c5ee6f579250e3358f50711 Mon Sep 17 00:00:00 2001 From: artem Date: Fri, 12 Jan 2024 21:58:51 +0300 Subject: [PATCH] change docker again --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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