creates database
This commit is contained in:
parent
a3d521b078
commit
e8b528e5f0
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue