From 80146272fdbe78afe6e20d4c408d010525c84476 Mon Sep 17 00:00:00 2001 From: Gabriel Levcovitz Date: Thu, 23 Jan 2025 14:37:20 -0300 Subject: [PATCH] fix: poetry build on docker (#127) --- Dockerfile | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c6cefc..083ab5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-alpine as build +FROM python:3.9-alpine AS build WORKDIR /code diff --git a/pyproject.toml b/pyproject.toml index ddb11ca..f67b0e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"