mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(monorepo): remove deprecated gitpod
This commit is contained in:
parent
ca37a416bb
commit
42befb1a23
@ -1,15 +0,0 @@
|
|||||||
FROM gitpod/workspace-full
|
|
||||||
|
|
||||||
RUN sudo apt-get update \
|
|
||||||
&& sudo apt-get install -yq --no-install-recommends \
|
|
||||||
libpng16-16 \
|
|
||||||
libpng-dev \
|
|
||||||
pkg-config \
|
|
||||||
autoconf \
|
|
||||||
libtool \
|
|
||||||
build-essential \
|
|
||||||
nasm \
|
|
||||||
libx11-dev \
|
|
||||||
libxkbfile-dev \
|
|
||||||
&& sudo rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
image:
|
|
||||||
file: .gitpod.dockerfile
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
- before: nvm install 20.15.1 && nvm use 20.15.1
|
|
||||||
init: npm install
|
|
||||||
command: npm run server:start
|
|
||||||
|
|
||||||
ports:
|
|
||||||
- port: 8080
|
|
||||||
onOpen: open-preview
|
|
Loading…
x
Reference in New Issue
Block a user