Hello,
Thank you for your amazing work. I would like to let you know about a problem and it would be perfect if I have a response from you as soon as possible.
I used this image in a academic project to create a phoenix API REST. My OS is windows 11 and it's the same for my team and we have no problem of containerization for "dev" and "prod" (we used docker-compose of docker application).
But our coach uses MacOS and he got a problem to build the API in docker. Here are some details:
My Dockerfile:
FROM bitwalker/alpine-elixir-phoenix:latest
WORKDIR /app
COPY ./ .
CMD mix setup && mix phx.server
Error:
failed to solve: bitwalker/alpine-elixir-phoenix:latest: no match for platform in manifest sha256:7c2c67187931d9f6941851ec6bf08e4fe4ecaf9a0288b0f7165e85ff8e087ca0: not found
Thanks !