This website requires JavaScript.
Explore
Help
Sign In
theoludwig
/
programming-challenges
Watch
1
Star
1
Fork
0
You've already forked programming-challenges
mirror of
https://github.com/theoludwig/programming-challenges.git
synced
2024-11-09 22:08:58 +01:00
Code
Issues
Releases
Activity
6427b3d273
programming-challenges
/
templates
/
docker
/
javascript
/
Dockerfile
7 lines
82 B
Docker
Raw
Normal View
History
Unescape
Escape
build(deps): update latest
2022-08-30 13:42:44 +02:00
FROM
node:16.17.0
feat: usage of ESM modules imports (instead of CommonJS) (#14)
2022-04-23 18:41:14 +02:00
WORKDIR
/usr/app
COPY
./ /usr/app
feat: rewrite programming-challenges CLI (#3)
2021-06-09 20:31:45 +02:00
CMD
[
"node"
,
"solution.js"
]
Reference in New Issue
Copy Permalink