Skip to content

Commit

Permalink
fix: poetry build on docker (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
glevco authored Jan 23, 2025
1 parent 69e7528 commit 8014627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine as build
FROM python:3.9-alpine AS build

WORKDIR /code

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[tool.poetry]
name = "tx-mining-service"
version = "0.14.0"
package-mode = false
description = "Service to mine transactions"
authors = ["Hathor Team <contact@hathor.network>"]
license = "MIT"
Expand Down

0 comments on commit 8014627

Please sign in to comment.