puzzlez-web (0.6.0)
Installation
docker pull git.shmyga.ru/infernalgames/puzzlez-web:0.6.0sha256:5f810248e37ceb402e60a2e0a69629c25f25cc0b824bc42f8614c3b8f2390779
Image Layers
| COPY hello / # buildkit |
| CMD ["/hello"] |
| ARG PROJECT_NAME=puzzlez |
| VOLUME [/app/puzzlez] |
| COPY ./target/app/html5 /app/puzzlez/html5 # buildkit |
| COPY ./target/app/flash /app/puzzlez/flash # buildkit |
| CMD ["/hello"] |