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: I7d5a73220ef00855e6c5c221d765839198327716
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Jul 26, 2022
1 parent abf269e commit e8c531a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ RUN sed -i /mnt/rootfs/etc/httpd/conf/httpd.conf \
STOPSIGNAL SIGWINCH

RUN mkdir -m 777 /mnt/rootfs/var/www/html/v3
COPY --chmod=755 /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/
COPY output/v3 /mnt/rootfs/var/www/html/v3
Expand Down
1 change: 0 additions & 1 deletion build/dockerfiles/openvsx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
RequestHeader set "X-Forwarded-Proto" expr=%{REQUEST_SCHEME}
RequestHeader set X-Forwarded-Prefix "/openvsx"
</LocationMatch>

0 comments on commit e8c531a

Please sign in to comment.