Skip to content

Commit

Permalink
Added entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebrito16 committed Nov 10, 2023
1 parent 0c1fd16 commit 60401af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ RUN mix phx.gen.secret
COPY . ./

# App Port
EXPOSE 4000
EXPOSE 4000

ENTRYPOINT [ "mix", "phx.server" ]

0 comments on commit 60401af

Please sign in to comment.