mirror of
https://github.com/hoellen/dockerfiles.git
synced 2026-06-01 22:20:08 +00:00
4 lines
42 B
Bash
4 lines
42 B
Bash
|
|
#!/bin/sh
|
||
|
|
cd /mastodon
|
||
|
|
exec npm run start
|