Add dockerignore, Dockerfile cleanup
This commit is contained in:
parent
b33391ff37
commit
3a540ece06
3 changed files with 6 additions and 10 deletions
5
.dockerignore
Normal file
5
.dockerignore
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
tags
|
||||||
|
.direnv
|
||||||
|
_site
|
||||||
|
docker-compose.yml
|
||||||
|
Dockerfile
|
|
@ -1,4 +1,4 @@
|
||||||
FROM denoland/deno:alpine-1.26.1
|
FROM denoland/deno:alpine-1.26.2
|
||||||
|
|
||||||
WORKDIR /site
|
WORKDIR /site
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
let
|
|
||||||
unstable = import (fetchTarball https://github.com/nixos/nixpkgs/archive/nixos-unstable.tar.gz) { };
|
|
||||||
in
|
|
||||||
{ nixpkgs ? import <nixpkgs> {} }:
|
|
||||||
with nixpkgs; mkShell {
|
|
||||||
buildInputs = [
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue