mirror of
https://github.com/hoellen/dockerfiles.git
synced 2026-03-03 21:37:58 +00:00
4 lines
46 B
Plaintext
4 lines
46 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
cd /parsoid
|
||
|
|
exec node bin/server.js
|