Skip to content

Commit

Permalink
Use shard.override.yml in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xendk committed Aug 12, 2024
1 parent 541e611 commit 1752f15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## 1.2.1 - [Unreleased]

### Fixed
- Use optarg fork in Dockerfile.

## [1.2.0] - 2024-08-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /build
# Add build dependencies.
RUN apk add --no-cache sqlite-static yaml-static
# Copying and install dependencies.
COPY shard.yml shard.lock ./
COPY shard.yml shard.override.yml shard.lock ./
RUN shards install --production
# Copy the rest of the code.
COPY src/ src/
Expand Down

0 comments on commit 1752f15

Please sign in to comment.