Files
fx-serverless/infra/k8s/fixture/Dockerfile
Minghe d7130c4e28 support a project with multiple files (#392)
* support a project with multiple files
* fix lint issue
* fix test
2019-12-05 17:57:39 +08:00

6 lines
70 B
Docker

FROM metrue/fx-node-base
COPY . .
EXPOSE 3000
CMD ["node", "app.js"]