mirror of
https://github.com/hoellen/dockerfiles.git
synced 2026-01-17 00:56:52 +00:00
4 lines
42 B
Plaintext
4 lines
42 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
cd /mastodon
|
||
|
|
exec npm run start
|