fix
This commit is contained in:
parent
18654dba60
commit
537999cb64
|
|
@ -183,3 +183,4 @@ app/srv/exports.d.ts
|
|||
app/srv/site
|
||||
app/srv/site/*
|
||||
app/srv/site.zip
|
||||
app/static
|
||||
|
|
@ -17,6 +17,7 @@ RUN unzip -o dockerzip
|
|||
RUN bun install
|
||||
|
||||
COPY . .
|
||||
RUN bun run build
|
||||
|
||||
EXPOSE 4550/tcp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue