attempt release fix

This commit is contained in:
Mayel 2021-10-07 19:53:18 +13:00
parent ff7708e5e9
commit 502c2241d0
2 changed files with 2 additions and 5 deletions

View file

@ -82,16 +82,13 @@ COPY data/current_flavour/repo priv/repo
# bonfire-app code & assets
COPY lib lib
COPY assets assets
# RUN ls -la .
# RUN ls -la assets/
# RUN ls -la priv/
# RUN ls -la priv/repo/
# COPY . .
# In case some dep lockfile has a different version
RUN mix do deps.get --only prod
# prepare static assets
COPY data/current_flavour/config/hooks.js data/current_flavour/config/hooks.js
RUN mix assets.release
RUN MIX_ENV=prod CI=1 mix phx.digest

View file

@ -3,7 +3,7 @@ defmodule Bonfire.MixProject do
use Mix.Project
@config [
version: "0.1.0-beta.6", # note that the flavour will automatically be added where the dash appears
version: "0.1.0-beta.7", # note that the flavour will automatically be added where the dash appears
elixir: "~> 1.12",
default_flavour: "classic",
test_deps_prefixes: ["bonfire_", "pointers", "paginator"],