🚀 Init

This commit is contained in:
Korbs 2025-02-22 02:16:08 -05:00
commit e0056b9cd9
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
26 changed files with 1560 additions and 0 deletions

18
Dockerfile Normal file
View file

@ -0,0 +1,18 @@
# Base (Debian)
FROM oven/bun:1
# Set Work Directory
WORKDIR /glee-mirror
COPY . /glee-mirror
# Expose Ports
EXPOSE 4321
# Install Packages
RUN bun install
# Buid
RUN bun run build
# Run
CMD bun preview --host