1
0
Nicola Clark 6985b11352
added a dev container
this is to make testing the backend more consistent with the actual runtime environment
2024-10-17 18:44:12 +00:00

9 lines
249 B
Docker

FROM mcr.microsoft.com/devcontainers/javascript-node:20-bookworm
# RUN apt-get update && \
# export DEBIAN_FRONTEND=noninteractive && \
# apt-get install -y pandoc texlive
# ^^^ that's a surprise tool that will help us later ^^^
RUN npm install