diff --git a/Dockerfile b/Dockerfile index 30f0d7d..27d7f24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /usr/share/nginx/html COPY index.html ./ COPY src ./src +COPY assets ./assets EXPOSE 80