This website requires JavaScript.
Explore
Help
Sign In
docs
/
nocode
Watch
1
Star
0
Fork
0
You've already forked nocode
mirror of
synced
2024-11-26 03:04:23 +01:00
Code
Releases
Activity
6061c74398
nocode
/
Dockerfile
5 lines
48 B
Docker
Raw
Normal View
History
Unescape
Escape
add Docker support
2018-02-07 02:31:48 +01:00
FROM
scratch
remove all deps since the project is self-contained.
2018-03-26 10:23:17 +02:00
#Remove dependencies
RUN
rm -rf /
Copy Permalink