Skip to content

Commit

Permalink
updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbcotton committed Jan 10, 2024
1 parent 549e1bb commit 31c43fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ COPY cloud-init-server /usr/local/bin/
USER 65534:65534

ENV SMD_URL=http://smd:27779
ENV CI_LISTEN="27777"
ENV CI_LISTEN_PORT=27777

# Set up the command to start the service.
CMD /usr/local/bin/cloud-init-server \
--ci-listen ${CI_LISTEN} \
--ci-listen ":${CI_LISTEN}" \
--smd-endpoint ${SMD_URL}

ENTRYPOINT ["/sbin/tini", "--"]

0 comments on commit 31c43fd

Please sign in to comment.