Skip to content

Commit

Permalink
build: copy locales/ into docker (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cain Watson committed Aug 1, 2020
1 parent 351c48b commit 21050ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -9,6 +9,7 @@ RUN npm ci

COPY webpack.config.js .babelrc ./
COPY client ./client
COPY locales ./locales

RUN npm run build

Expand Down
2 changes: 1 addition & 1 deletion server/apps/draw_it/mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule DrawIt.MixProject do
def project do
[
app: :draw_it,
version: "2.7.0",
version: "2.7.1",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion server/apps/draw_it_web/mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule DrawItWeb.MixProject do
def project do
[
app: :draw_it_web,
version: "2.7.0",
version: "2.7.1",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down

0 comments on commit 21050ef

Please sign in to comment.