mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
4 lines
116 B
Docker
4 lines
116 B
Docker
FROM node:18-alpine
|
|
|
|
ADD ./startInit.js /usr/local/lib/startInit.js
|
|
ADD ./entrypoint.sh /usr/local/bin/entrypoint.sh |