# This file is generated by Nx.
#
# Build the docker image with `npx nx docker-build runtime`.
# Tip: Modify "docker-build" options in project.json to change docker build args.
#
# Run the container with `docker run -p 3000:3000 -t runtime`.
FROM docker.io/node:lts-alpine

TODO