mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
fix(devenv): quick fix an issue again
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
8c14584ea1
commit
e7580aa07d
1 changed files with 1 additions and 1 deletions
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
|
@ -1,7 +1,7 @@
|
|||
# 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 .. \
|
||||
|
|
Loading…
Reference in a new issue