creates database

This commit is contained in:
benbot 2023-10-27 10:07:36 -04:00
parent a3d521b078
commit e8b528e5f0

View file

@ -35,6 +35,8 @@ COPY assets/ ./
# Switch back to our Elixir image to continue building
FROM build AS app-build
WORKDIR /app
RUN mix ecto.create
RUN mix ecto.migrate
RUN mix phx.digest
# Copy our application source code