Skip to content

Commit

Permalink
Merge pull request #2454 from amvanbaren/test-0584e287-1
Browse files Browse the repository at this point in the history
Make run-server.sh script executable
  • Loading branch information
amvanbaren authored Mar 26, 2024
2 parents 74bccd5 + 12f4234 commit 4f8199a
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:0584e287
FROM docker.io/amvanbaren/openvsx-server:0584e287-1

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 4f8199a

Please sign in to comment.