mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2026-04-23 00:27:05 +08:00
6 lines
108 B
Bash
6 lines
108 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Create /app folder
|
|
mkdir -p /app
|
|
chown "$APPLICATION_USER":"$APPLICATION_GROUP" /app
|