fix: fix ci and run httpd by default

This commit is contained in:
Jonas Juselius
2024-01-26 12:12:41 +01:00
parent fbe044efc4
commit 4ef555a07c
2 changed files with 11 additions and 5 deletions
+3 -1
View File
@@ -10,5 +10,7 @@ RUN nix-env -iA nixpkgs.neovim
RUN nix-env -iA nixpkgs.fish
RUN nix-env -iA nixpkgs.pgcli
RUN nix-env -iA nixpkgs.redis
RUN nix-env -iA nixpkgs.busybox
RUN /bin/sh
WORKDIR /data
CMD httpd -f -p 8000 -h /data