web/Dockerfile
2018-05-07 23:53:58 -04:00

3 lines
66 B
Docker

FROM ulexus/go-minimal
COPY tmp/cycore-web /app
COPY tmp/src /src