Skip to content

Commit

Permalink
fixup! feat: Allow to use OpenVsx in plug-in registry
Browse files Browse the repository at this point in the history
Change-Id: Id0afe7e761208724d278a8c85bddcfa5d965bf8a
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Jul 26, 2022
1 parent e8c531a commit 4ff1b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN sed -i /mnt/rootfs/etc/httpd/conf/httpd.conf \
STOPSIGNAL SIGWINCH

RUN mkdir -m 777 /mnt/rootfs/var/www/html/v3
COPY /build/dockerfiles/*.sh /mnt/rootfs
COPY /build/dockerfiles/*.sh /mnt/rootfs/
RUN chmod 755 /mnt/rootfs/*.sh
COPY /build/dockerfiles/openvsx.conf /mnt/rootfs/etc/httpd/conf.d/
COPY README.md .htaccess /mnt/rootfs/var/www/html/
Expand Down

0 comments on commit 4ff1b04

Please sign in to comment.