GithubHelp home page GithubHelp logo

sharkovadarya / jbr_statistics Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 60 KB

Get activity statistics for JetBrains-Research on GitHub and display them on a webpage deployed using Docker.

Dockerfile 17.57% Kotlin 82.43%

jbr_statistics's People

Contributors

sharkovadarya avatar

Watchers

 avatar  avatar

jbr_statistics's Issues

ERROR: Service 'generate_html' failed to build : COPY failed

Hi, I'm facing an error when trying to run your implementation. Is there anything I can do to fix it?

(base) vladimir.kovalenko@Vladimirs-MacBook-Pro-3 jbr_statistics % docker-compose up
Building generate_html
Step 1/14 : FROM gradle:latest AS builder
 ---> e1169656409f
Step 2/14 : USER root
 ---> Using cache
 ---> a7f654cf0edf
Step 3/14 : RUN mkdir /workspace
 ---> Using cache
 ---> ec4559dd5193
Step 4/14 : ADD . /workspace
 ---> Using cache
 ---> 936e3c1da5fe
Step 5/14 : RUN cd /workspace && gradle build && gradle shadowJar
 ---> Using cache
 ---> d03ebc8a36de

Step 6/14 : FROM openjdk:8-jre-slim AS java
 ---> f75cca7b8ea8
Step 7/14 : USER root
 ---> Using cache
 ---> 2232d0f131a5
Step 8/14 : RUN mkdir /workspace
 ---> Using cache
 ---> a7c1378c854a
Step 9/14 : COPY --from=builder /workspace/build/libs /workspace
 ---> Using cache
 ---> cb7e8932d5ec
Step 10/14 : RUN java -jar /workspace/datainfrastructure-1.0-SNAPSHOT-all.jar
 ---> Using cache
 ---> 06f03bba12c8

Step 11/14 : FROM nginx:latest
 ---> 7e4d58f0e5f3
Step 12/14 : USER root
 ---> Using cache
 ---> 358f79bca037
Step 13/14 : COPY --from=java /index.html /index.html
 ---> Using cache
 ---> 49c5dcaf5ffa
Step 14/14 : COPY /index.html /usr/share/nginx/html/index.html
ERROR: Service 'generate_html' failed to build : COPY failed: stat /var/lib/docker/tmp/docker-builder362585939/index.html: no such file or directory

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.