Skip to content

Commit

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

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

ARG AWS_ENDPOINT
ARG AWS_ACCESS_KEY_ID
Expand Down

0 comments on commit c76d54f

Please sign in to comment.