~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

fix(devenv): quick fix an issue again

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>

Changed files
+1 -1
+1 -1
.gitpod.Dockerfile
···
# syntax=docker/dockerfile:1
FROM gitpod/workspace-full:latest as workspace
-
WORKDIR /
+
WORKDIR /tmp
# setup work for scdoc and hut cli
RUN git clone https://git.sr.ht/~sircmpwn/scdoc && cd scdoc \
&& make && sudo cp scdoc /usr/local/bin/scdoc && cd .. \