Skip to content

Commit

Permalink
Create imagem-ubuntu-e-isso-mesmo
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-alef committed Jun 5, 2023
1 parent 65610c8 commit c4a1e94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions imagem-ubuntu-e-isso-mesmo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM ubuntu:latest
WORKDIR /projetos
COPY target/java-api.jar .
RUN apt update
RUN apt install openjdk-17-jdk -y
RUN echo "testando na maquina ubuntu, pq sim" > ./arquivo_gerado.csv
ENTRYPOINT java -jar java-api.jar

0 comments on commit c4a1e94

Please sign in to comment.