Add setversion task to Dockerfile build process

This commit is contained in:
Luis Eduardo
2025-09-27 18:04:15 +00:00
parent b1c3e75be5
commit 37e934b821

View File

@@ -111,6 +111,7 @@ COPY . .
# Build the app
RUN set -e && \
task fixperms && \
task setversion && \
task build && \
cp ./dist/change-password /usr/local/bin/change-password && \
chmod +x /usr/local/bin/change-password