mrmBot-Matrix/Dockerfile.api

12 lines
196 B
Docker

# syntax = edrevo/dockerfile-plus
# Docker/Kubernetes file for running the image API
FROM node:alpine
INCLUDE+ Dockerfile.base
USER esmBot
EXPOSE 8080 8081
ENTRYPOINT ["node", "api/index.js"]