Skip to content

Commit ff03261

Browse files
committed
fix(elxir:gsmlg): Fix entrypoint.
1 parent 10db2e7 commit ff03261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elixir/gsmlg_umbrella/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ COPY --from=builder /app /app
4242

4343
EXPOSE 80 4369
4444

45-
ENTRYPOINT ["/app/bin/gsmlg", "foreground"]
45+
ENTRYPOINT ["/app/bin/gsmlg_umbrella", "foreground"]

0 commit comments

Comments
 (0)