fix dockerfile
This commit is contained in:
parent
2b07401d28
commit
5c928afe77
|
@ -1,6 +1,6 @@
|
||||||
FROM node
|
FROM node
|
||||||
WORKDIR /project
|
WORKDIR /project
|
||||||
ADD index.html index.js /project/
|
ADD index.html index.js favicon.ico pfp.png /project/
|
||||||
EXPOSE 1312
|
EXPOSE 1312
|
||||||
LABEL traefik.enable=true
|
LABEL traefik.enable=true
|
||||||
LABEL traefik.http.routers.tws_links.rule=Host(`techwork.zone`)
|
LABEL traefik.http.routers.tws_links.rule=Host(`techwork.zone`)
|
||||||
|
|
Loading…
Reference in a new issue