We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78ef25 commit 6815912Copy full SHA for 6815912
Dockerfile
@@ -4,12 +4,12 @@ RUN apt-get update \
4
&& apt-get install -y --no-install-recommends gifsicle graphicsmagick \
5
&& rm -rf /var/lib/apt/lists/*
6
7
-COPY tsconfig.json package.json yarn.lock ./platane-aa/
8
-COPY packages ./platane-aa/packages/
+COPY tsconfig.json package.json yarn.lock /github/platane.aa/
+COPY packages /github/platane.aa/
9
10
-RUN ( cd ./platane-aa ; yarn install --frozen-lockfile )
+RUN ( cd /github/platane.aa/ ; yarn install --frozen-lockfile )
11
12
-RUN ( cd ./platane-aa ; yarn build:action )
+RUN ( cd /github/platane.aa/ ; yarn build:action )
13
14
CMD ["find", "/github"]
15
# CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]
0 commit comments