This commit is contained in:
rizrmd 2024-05-22 14:09:13 +07:00
parent 18654dba60
commit 537999cb64
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -183,3 +183,4 @@ app/srv/exports.d.ts
app/srv/site
app/srv/site/*
app/srv/site.zip
app/static

View File

@ -17,6 +17,7 @@ RUN unzip -o dockerzip
RUN bun install
COPY . .
RUN bun run build
EXPOSE 4550/tcp