mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
Use Docker volumes and nodemon in development
This commit is contained in:
parent
c238ff6254
commit
a013613a59
5 changed files with 712 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue