Skip to content

Commit

Permalink
fixing syntax for COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
cremuzzi committed Nov 10, 2020
1 parent fdc42be commit 60066d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ WORKDIR /home/softhsm

COPY --chown=softhsm:softhsm softhsm2.conf /home/softhsm/softhsm2.conf
COPY --from=build /usr/local/lib/softhsm /usr/local/lib/softhsm
COPY --from=build /usr/local/bin/* /usr/local/bin
COPY --from=build /usr/local/bin/* /usr/local/bin/

USER softhsm

Expand Down

0 comments on commit 60066d1

Please sign in to comment.