Skip to content

Commit

Permalink
🔧 Update docker compose in prep for image push.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwir3 committed Mar 6, 2022
1 parent f933b67 commit fb8073f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARCHETYPE_MODE=production
MYSQL_DATABASE=archetype
MYSQL_USER=archetype
MYSQL_PASSWORD=iT7jDtVzcbEsbD
MYSQL_PASSWORD=somepassword
MYSQL_ROOT_PASSWORD=root
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "archetype"
version = "1.0.1"
version = "1.0.2"
edition = "2018"

[[bin]]
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ COPY . .

RUN cargo install --path .
RUN cargo install diesel_cli
RUN cargo build --release

CMD ["docker/start-web-service.sh"]

0 comments on commit fb8073f

Please sign in to comment.