Skip to content

Commit

Permalink
Fix file path error in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xingfudeshi committed Sep 5, 2024
1 parent 08eb0e6 commit d27d294
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions distribution/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ WORKDIR /$BASE_DIR

# ADD FORM distribution
ADD bin/ /seata-server/bin
ADD conf/ /seata-server/conf
ADD ext/ /seata-server/ext
ADD target/ /seata-server/target
ADD lib/ /seata-server/lib
ADD conf/ /seata-server/conf
ADD script/ /seata-server/script
ADD target/ /seata-server/target
ADD LICENSE /seata-server/LICENSE
ADD NOTICE /seata-server/NOTICE

# set extra environment
ENV LOADER_PATH="/seata-server/lib"
Expand Down

0 comments on commit d27d294

Please sign in to comment.