This website requires JavaScript.
Explore
Help
Sign In
itzaname
/
rbxcompiler
Watch
2
Fork
0
You've already forked rbxcompiler
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1758cfea65
rbxcompiler
/
Dockerfile
4 lines
75 B
Docker
Raw
Normal View
History
Unescape
Escape
Switch to alpine for volumes
2021-12-31 23:14:13 +00:00
FROM
alpine:3
Update module path - build files
2021-08-11 00:16:40 +00:00
COPY
rbxcompiler /
Add working directory
2021-12-31 22:59:29 +00:00
WORKDIR
/stage
Update 'Dockerfile' CMD -> ENTRYPOINT
2021-12-31 21:53:42 +00:00
ENTRYPOINT
[
"/rbxcompiler"
]
Reference in New Issue
Copy Permalink