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

Merge pull request #235 from remcovz/patch-1

Correct path for the TAL files.
This commit is contained in:
Martin Hoffmann
2019-11-05 12:19:17 +01:00
committed by GitHub

View File

@ -32,7 +32,7 @@ RUN mkdir -p /home/${RUN_USER}/.rpki-cache/repository /home/${RUN_USER}/.rpki-ca
# An individual user, however, might want to anyway - after reviewing
# https://www.arin.net/resources/rpki/tal.html.
#
#COPY --from=build /tmp/routinator/tals/*.tal /root/.rpki-cache/tals/
#COPY --from=build /tmp/routinator/tals/*.tal /home/${RUN_USER}/.rpki-cache/tals/
USER $RUN_USER_UID