mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat: usage of ESM modules imports (instead of CommonJS) (#14)
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
FROM python:3.10.0
|
||||
COPY ./ ./
|
||||
FROM pypy:3.9-7
|
||||
|
||||
WORKDIR /usr/app
|
||||
COPY ./ /usr/app
|
||||
|
||||
CMD ["python", "solution.py"]
|
||||
|
Reference in New Issue
Block a user