Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
Create dockerfile due to industry pressure.
  • Loading branch information
Tylersuard committed Oct 30, 2021
1 parent 4922c07 commit bd44545
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM java:8

COPY . /var/www/java

WORKDIR ./src

ADD https://images.pexels.com/photos/4587959/pexels-photo-4587959.jpeg

RUN ./main/java/com/seriouscompany/business/java/fizzbuzz/packagenamingpackage/impl/Main.java

0 comments on commit bd44545

Please sign in to comment.