6 lines
70 B
Docker
6 lines
70 B
Docker
FROM metrue/fx-node-base
|
|
|
|
COPY . .
|
|
EXPOSE 3000
|
|
CMD ["node", "app.js"]
|