From 6815912b185e660669232d75e0c5b57a114b149c Mon Sep 17 00:00:00 2001 From: platane Date: Mon, 20 Jul 2020 08:58:27 +0200 Subject: [PATCH] aaaa --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 246ac0f..f02006f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,12 +4,12 @@ RUN apt-get update \ && apt-get install -y --no-install-recommends gifsicle graphicsmagick \ && rm -rf /var/lib/apt/lists/* -COPY tsconfig.json package.json yarn.lock ./platane-aa/ -COPY packages ./platane-aa/packages/ +COPY tsconfig.json package.json yarn.lock /github/platane.aa/ +COPY packages /github/platane.aa/ -RUN ( cd ./platane-aa ; yarn install --frozen-lockfile ) +RUN ( cd /github/platane.aa/ ; yarn install --frozen-lockfile ) -RUN ( cd ./platane-aa ; yarn build:action ) +RUN ( cd /github/platane.aa/ ; yarn build:action ) CMD ["find", "/github"] # CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]