Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
boxsnake committed Dec 27, 2023
1 parent 5c13f53 commit 24f7800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/composer/docker-compose.dev-build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ADD docker/config/apt/debian-bookworm.list /etc/apt/sources.list
ADD docker/config/maven docker/config
ADD docker/cache docker/cache

RUN --mount=type=cache,target=/root/.m2,rw \
RUN --mount type=cache,target=/root/.m2,rw \
cp -f ./docker/cache/application-datasource.yml ./genshin-map-config/src/main/resources-dev/application-datasource-dev.yml && \
cp -f ./docker/cache/application-nacos.yml ./genshin-map-config/src/main/resources-dev/application-nacos-dev.yml && \
cp -f ./docker/cache/application-nacos.yml ./genshin-map-ability/genshin-map-ability-gateway/src/main/resources/application.yml && \
Expand Down

0 comments on commit 24f7800

Please sign in to comment.