This commit is contained in:
platane
2020-07-19 21:22:24 +02:00
parent ae99398406
commit efae6f21b5
33 changed files with 8 additions and 174288 deletions

View File

@@ -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 ./generate-snake-game-from-github-contribution-grid/
COPY packages ./generate-snake-game-from-github-contribution-grid/packages/
COPY tsconfig.json package.json yarn.lock ./platane-aa/
COPY packages ./platane-aa/packages/
RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn install --frozen-lockfile )
RUN ( cd ./platane-aa ; yarn install --frozen-lockfile )
RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn build:action )
RUN ( cd ./platane-aa ; yarn build:action )
CMD ["find", "/github"]
# CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]