fix dockerfile

This commit is contained in:
D. Scott Boggs 2023-10-05 07:32:49 -04:00
parent 2b07401d28
commit 5c928afe77

View file

@ -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`)