Skip to content

Commit

Permalink
Fixes dockerfile to load outreach instead of kleibkhar (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 3a79f07 commit f85bd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ COPY .git/logs/HEAD /persistent/.git/logs/HEAD
COPY --from=test_setup /wait.sh /wait.sh
COPY --from=compile /persistent/nano/ /persistent/nano/

RUN mkdir -p /persistent/maps/chargen /persistent/maps/kleibkhar
COPY --from=compile /persistent/maps/kleibkhar/*.dmm /persistent/maps/kleibkhar/
RUN mkdir -p /persistent/maps/chargen /persistent/maps/outreach
COPY --from=compile /persistent/maps/outreach/*.dmm /persistent/maps/outreach/
COPY --from=compile /persistent/maps/chargen/*.dmm /persistent/maps/chargen/
COPY --from=compile /persistent/maps/utility/*.dmm /persistent/maps/utility/

Expand Down

0 comments on commit f85bd8f

Please sign in to comment.