companion.home-assistant/.devcontainer/Dockerfile

9 lines
150 B
Docker

FROM node:lts
WORKDIR /workspaces
# Set an environment variable to be able to detect we are in dev container
ENV NODE_ENV=devcontainer
EXPOSE 3000