mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
🐳 Expose port in dockerfile
This commit is contained in:
parent
13f71d3af0
commit
95068aa132
|
@ -42,3 +42,5 @@ COPY --from=builder /data ./
|
||||||
|
|
||||||
COPY docker/images/n8n-custom/docker-entrypoint.sh /docker-entrypoint.sh
|
COPY docker/images/n8n-custom/docker-entrypoint.sh /docker-entrypoint.sh
|
||||||
ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
|
ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
|
||||||
|
|
||||||
|
EXPOSE 5678/tcp
|
||||||
|
|
|
@ -19,3 +19,5 @@ WORKDIR /data
|
||||||
|
|
||||||
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
|
|
||||||
|
EXPOSE 5678/tcp
|
||||||
|
|
|
@ -22,3 +22,5 @@ WORKDIR /data
|
||||||
|
|
||||||
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
||||||
ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
|
ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
|
||||||
|
|
||||||
|
EXPOSE 5678/tcp
|
||||||
|
|
Loading…
Reference in a new issue