mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
3 lines
128 B
Bash
3 lines
128 B
Bash
![]() |
#!/bin/bash
|
||
|
cat ~/repos/wekan/Dockerfile | grep NODE_VERSION=v | sed 's|\\||g' - | sed 's| ||g' - | sed 's|NODE_VERSION=v||g' -
|