Skip to content

Commit 6815912

Browse files
committed
aaaa
1 parent c78ef25 commit 6815912

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ RUN apt-get update \
44
&& apt-get install -y --no-install-recommends gifsicle graphicsmagick \
55
&& rm -rf /var/lib/apt/lists/*
66

7-
COPY tsconfig.json package.json yarn.lock ./platane-aa/
8-
COPY packages ./platane-aa/packages/
7+
COPY tsconfig.json package.json yarn.lock /github/platane.aa/
8+
COPY packages /github/platane.aa/
99

10-
RUN ( cd ./platane-aa ; yarn install --frozen-lockfile )
10+
RUN ( cd /github/platane.aa/ ; yarn install --frozen-lockfile )
1111

12-
RUN ( cd ./platane-aa ; yarn build:action )
12+
RUN ( cd /github/platane.aa/ ; yarn build:action )
1313

1414
CMD ["find", "/github"]
1515
# CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]

0 commit comments

Comments
 (0)