Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding 2048, init of chess #24

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
removed piscine exercises from project directory
Saken Mukanov committed Nov 15, 2022
commit 7d6e956830174bfba0d9680acb461846a67cc02d
19 changes: 0 additions & 19 deletions subjects/projects/country/README.md

This file was deleted.

49 changes: 0 additions & 49 deletions subjects/projects/student/README.md

This file was deleted.

2 changes: 2 additions & 0 deletions tests/piscine_flutter/Dockerfile
Original file line number Diff line number Diff line change
@@ -2,9 +2,11 @@ FROM google/dart:2.12

WORKDIR /app
RUN mkdir /.pub-cache

RUN chown -R 1000:1000 /app
RUN chown -R 1000:1000 /.pub-cache
USER 1000:1000

COPY . .
RUN dart pub get
ENTRYPOINT ["/app/entrypoint.sh"]