diff --git a/Dockerfile b/Dockerfile index 5b93eb0..070a9fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,5 @@ FROM nginx:alpine COPY index.html /usr/share/nginx/html/ COPY css/ /usr/share/nginx/html/css/ COPY js/ /usr/share/nginx/html/js/ +COPY assets/ /usr/share/nginx/html/assets/ EXPOSE 80