diff --git a/Dockerfile b/Dockerfile index 04ffe34..68579ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node WORKDIR /project -ADD index.html index.js /project/ +ADD index.html index.js favicon.ico pfp.png /project/ EXPOSE 1312 LABEL traefik.enable=true LABEL traefik.http.routers.tws_links.rule=Host(`techwork.zone`)