mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 20:42:53 +02:00
「🏗️」 wip: dev.js -> start.js and working user api docker
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
FROM node-base
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
ENV API_TARGET="user"
|
||||
CMD [ "node", "/app/src/start.js" ]
|
||||
|
Reference in New Issue
Block a user