Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Dec 16, 2024
1 parent c76d54f commit 470897b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.cn-shanghai.aliyuncs.com/lebai/util:14.04

WORKDIR /app
COPY . .
COPY ./.git/ /app/.git/
COPY .git/ .git/
RUN ls -la
RUN ls -la .git

Expand Down

0 comments on commit 470897b

Please sign in to comment.