mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-24 13:38:26 -06:00
Add setversion task to Dockerfile build process
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user