Use Docker volumes and nodemon in development

This commit is contained in:
Omar Brikaa 2022-02-10 15:28:17 +02:00
parent c238ff6254
commit a013613a59
5 changed files with 712 additions and 34 deletions

View file

@ -1,9 +1,9 @@
# This "FROM" image is previously emitted by nix
FROM ghcr.io/engineer-man/piston:base-latest
ENV PISTON_FLAKE_PATH=/piston/packages
COPY runtimes/ /piston/packages/runtimes
COPY flake.nix flake.lock /piston/packages/
ENV PISTON_FLAKE_PATH=/piston/src
COPY runtimes/ /piston/src/runtimes
COPY flake.nix flake.lock /piston/src/
ARG RUNTIMESET=all