Skip to content

Commit

Permalink
vamos ver agora
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean committed Apr 19, 2021
1 parent 0412380 commit c4a4571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PWD }}
- name: cd dir and ls
run: cd cabal-neo-admin/ && ls
- name: Criando a Imagem Docker
uses: docker/[email protected]
with:
Expand Down
4 changes: 1 addition & 3 deletions cabal-neo-admin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

FROM maven:3.5-jdk-8 AS build

COPY src .
Expand All @@ -17,5 +16,4 @@ ENV PORT 8080

EXPOSE $PORT

ENTRYPOINT ["java","-jar","/app.jar"]

ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit c4a4571

Please sign in to comment.