mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
7 lines
169 B
Bash
Executable file
7 lines
169 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
docker run \
|
|
--user $(id -u):$(id -g) \
|
|
--volume ${WORKING_DIR}:/data \
|
|
--workdir /data \
|
|
debian tar -p -x -z -f source_code.tar.gz
|