fix Dockerfile

This commit is contained in:
2026-02-06 10:24:43 +03:00
parent c591acb223
commit f6d62b4153

View File

@@ -85,8 +85,8 @@ RUN su -l --shell /bin/bash $UNAME -c 'git clone https://git.bitdeals.org/privat
ARG NOCACHE=0
## Install BitDeals module (apostol-dm)
ENV BUILD_MODE='release'
#ENV BUILD_MODE='debug'
ARG BUILD_MODE='release'
#ARG BUILD_MODE='debug'
COPY . $UHOME/apostol-dm