pkger/examples/walk/std/Dockerfile

8 lines
63 B
Docker
Raw Normal View History

2019-10-09 20:21:54 +03:00
FROM alpine
EXPOSE 3000
COPY example /bin/
2019-10-17 20:45:22 +03:00
2019-10-09 20:21:54 +03:00
CMD /bin/example