Skip to content

Commit

Permalink
create plugins dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Buh13246 committed Nov 5, 2023
1 parent 44e2959 commit aea6d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blubb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ EXPOSE 25577
RUN wget https://api.papermc.io/v2/projects/velocity/versions/3.2.0-SNAPSHOT/builds/294/downloads/velocity-3.2.0-SNAPSHOT-294.jar
RUN mv velocity-*.jar /opt/velocity/velocity.jar
RUN wget https://github.com/Aelysium-Group/rusty-connector/releases/download/v0.7.0/rusty-connector-0.7.0.jar
RUN mkdir /data/plugins
RUN mv rusty-connector-*.jar /data/plugins/rusty-connector.jar
COPY velocity.toml /data

0 comments on commit aea6d85

Please sign in to comment.