mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
7 lines
93 B
Docker
7 lines
93 B
Docker
FROM node-base
|
|
|
|
EXPOSE 3000
|
|
|
|
ENV API_TARGET="user"
|
|
CMD [ "node", "/app/src/start.js" ]
|