1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Update Dockerfile.

This commit is contained in:
Martin Hoffmann
2018-12-07 16:00:27 +01:00
parent fc4e4c4f9e
commit 602eef02b0

View File

@ -31,4 +31,4 @@ RUN mkdir -p /root/.rpki-cache/tals
COPY --from=build /tmp/routinator/tals/*.tal /root/.rpki-cache/tals/
EXPOSE 3323/tcp
CMD ["routinator","-r","-l","0.0.0.0:3323"]
CMD ["routinator", "rtrd", "-a","-l","0.0.0.0:3323"]