Skip to content

Commit

Permalink
Update Dockerfile (#21)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update Dockerfile

---------

Co-authored-by: Jeffrey Munoz <[email protected]>
Co-authored-by: Bruno Martins (bjm) <[email protected]>
  • Loading branch information
3 people authored Nov 30, 2023
1 parent 7d481a2 commit 4e76567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dockerfile
FROM alpine
COPY outsystemscc /app
ENTRYPOINT ["/app"]
COPY outsystemscc /app/
ENTRYPOINT ["/app/outsystemscc"]

0 comments on commit 4e76567

Please sign in to comment.