Skip to content

Commit

Permalink
fix: dockerfile creates mods package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomik committed Feb 16, 2024
1 parent 0cdddf6 commit c5574c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN mv /screeps/db.json /data/db.json && \
sed -i "s/db = db.json/db = \/data\/db.json/" /screeps/.screepsrc
RUN mv /screeps/assets /data/assets && \
sed -i "s/assetdir = assets/assetdir = \/data\/assets/" /screeps/.screepsrc
RUN echo "{}" > /data/mods/package.json

WORKDIR /screeps
COPY screeps-cli.js ./bin/cli
Expand Down

0 comments on commit c5574c6

Please sign in to comment.