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
rbxcompiler
/
Dockerfile
4 lines
75 B
Docker
Raw
Normal View
History
Unescape
Escape
Switch to alpine for volumes
2021-12-31 18:14:13 -05:00
FROM
alpine:3
Update module path - build files
2021-08-10 20:16:40 -04:00
COPY
rbxcompiler /
Add working directory
2021-12-31 17:59:29 -05:00
WORKDIR
/stage
Update 'Dockerfile' CMD -> ENTRYPOINT
2021-12-31 21:53:42 +00:00
ENTRYPOINT
[
"/rbxcompiler"
]
Reference in New Issue
Copy Permalink