Skip to content

Commit

Permalink
No plugins currently exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Sorenson committed Oct 17, 2019
1 parent f466e8f commit 60edf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -28,7 +28,7 @@ RUN mkdir -p plugin
FROM alpine
COPY --from=build_base /go/bin/rest /bin/hieraserver
RUN mkdir -p /hiera/plugin
COPY --from=build_base /go/src/github.com/lyraproj/hiera/plugin/* /hiera/plugin/
# COPY --from=build_base /go/src/github.com/lyraproj/hiera/plugin/* /hiera/plugin/

# Configurable values for runtime overrides
ENV port 8080
Expand Down

0 comments on commit 60edf15

Please sign in to comment.