Skip to content

Commit

Permalink
Test global resource attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Feb 22, 2024
1 parent 7c2f939 commit 0e9688a
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 @@ -27,7 +27,7 @@ RUN /usr/bin/yarn --cwd website \
&& /usr/bin/yarn --cwd website build

# Main image derived from openvsx-server
FROM docker.io/amvanbaren/openvsx-server:6dbba8e
FROM docker.io/amvanbaren/openvsx-server:1c54327

COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/ config/
Expand Down

0 comments on commit 0e9688a

Please sign in to comment.