Skip to content

Commit 192956d

Browse files
melonSorbeti768325
andauthored
readd docker-compose workflow for development (#1922)
resolves #1668 Co-authored-by: i768325 <[email protected]>
1 parent aa54c73 commit 192956d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM nixos/nix
2+
3+
RUN echo 'experimental-features = nix-command flakes' | tee -a /etc/nix/nix.conf
4+
5+
WORKDIR /app

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ services:
1212
- nix
1313
- develop
1414
- --command
15-
- serve
15+
- npm
16+
- run
17+
- dev

0 commit comments

Comments
 (0)