Skip to content

Commit

Permalink
Fixed catalog dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Juansasa committed Feb 18, 2025
1 parent 29ac857 commit c0e0be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENTRYPOINT ["/bin/opm"]
CMD ["serve", "/configs", "--cache-dir=/tmp/cache"]

# Copy declarative config root into image at /configs and pre-populate serve cache
ADD catalog /configs
ADD catalog/release /configs
RUN ["/bin/opm", "serve", "/configs", "--cache-dir=/tmp/cache", "--cache-only"]

# Set DC-specific label for the location of the DC root directory
Expand Down

0 comments on commit c0e0be0

Please sign in to comment.