klunsa-app (latest)
Published 2 years ago by 242Magnusson.Philip
Installation
docker pull git.systementor.se/242magnusson.philip/klunsa-app:latestsha256:757c4ef49d8c28f6faa3cbdd8b676397c90759dc594538e47456752523232773Image Layers
| WORKDIR /app |
| COPY /cmd/site /app/ # buildkit |
| COPY ./templates /app/templates # buildkit |
| COPY ./static /app/static # buildkit |
| COPY *.yml . # buildkit |
| EXPOSE map[8080/tcp:{}] |
| ENTRYPOINT ["./site"] |