mirror of
https://github.com/wekan/wekan.git
synced 2025-04-21 12:37:07 -04:00
2 lines
128 B
Bash
Executable file
2 lines
128 B
Bash
Executable file
#!/bin/bash
|
|
cat ~/repos/wekan/Dockerfile | grep NODE_VERSION=v | sed 's|\\||g' - | sed 's| ||g' - | sed 's|NODE_VERSION=v||g' -
|