This website requires JavaScript.
Explore
Help
Sign In
re
/
pkger
forked from
mirror/pkger
Watch
1
Star
0
Fork
You've already forked pkger
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
926eafe520
pkger
/
examples
/
app
/
Dockerfile
8 lines
73 B
Docker
Raw
Blame
History
FROM
alpine
EXPOSE
3000
COPY
example /bin/
RUN
ls -la
CMD
/bin/example
Reference in New Issue
View Git Blame
Copy Permalink