tangled
alpha
login
or
join now
nekomimi.pet
/
simplelink
A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.
0
fork
atom
overview
issues
pulls
pipelines
copy only package.json
nekomimi.pet
11 months ago
454ae001
ab3cc41f
options
unified
split
Changed files
+1
-1
Dockerfile
+1
-1
Dockerfile
···
4
4
WORKDIR /usr/src/frontend
5
5
6
6
# Copy frontend files
7
7
-
COPY frontend/package*.json ./
7
7
+
COPY frontend/package.json ./
8
8
RUN bun install
9
9
10
10
COPY frontend/ ./