Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.54'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Oct 11, 2023
2 parents 8d7776b + 11ed56c commit 856bfde
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@
**/.editorconfig
**/.git
**/.gitignore
**/.github
**/.idea
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/.wrangler
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/*.vars
**/charts
**/clif.toml
**/cllif.toml
**/docker-compose*
**/compose*
**/Dockerfile*
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [1.0.0-alpha.54] - 2023-10-11

### Miscellaneous Tasks

- Add more directories to `.dockerignore`
- Update Dockerfile to simplify copying commands

## [1.0.0-alpha.53] - 2023-10-11

### Revert
Expand Down
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 = "lilnouns-bots"
version = "1.0.0-alpha.53"
version = "1.0.0-alpha.54"
authors = ["Milad Nekofar <milad@nekofar.com>"]
edition = "2021"
description = "Our bots are designed to keep the Lil Nouns DAO community informed and engaged."
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN npm install -g pnpm
RUN rustup target add wasm32-unknown-unknown
RUN cargo install wasm-pack worker-build

COPY ./ ./
COPY ./.dev.vars.example ./.dev.vars
COPY . .
COPY .dev.vars.example .dev.vars

RUN pnpm install

Expand Down

0 comments on commit 856bfde

Please sign in to comment.