expose the port
This commit is contained in:
parent
876af2ffaf
commit
721082e1b9
|
@ -1,6 +1,7 @@
|
|||
FROM node
|
||||
WORKDIR /project
|
||||
ADD index.html index.js /project/
|
||||
EXPOSE 1312
|
||||
LABEL traefik.enable=true
|
||||
LABEL traefik.http.routers.tws_links.rule=Host(`techwork.zone`)
|
||||
LABEL traefik.http.routers.tws_links.tls.certresolver=letsencrypt
|
||||
|
|
Loading…
Reference in a new issue