make progress visable and only show registration if enabled
This commit is contained in:
parent
b134b19876
commit
ff176028d1
8 changed files with 42 additions and 20 deletions
|
|
@ -47,8 +47,5 @@ COPY --from=install /temp/prod/node_modules node_modules
|
|||
# COPY --from=prerelease /app/package.json .
|
||||
COPY . .
|
||||
|
||||
# create folder data
|
||||
RUN mkdir -p /app/data && chmod 755 /app/data
|
||||
|
||||
EXPOSE 3000/tcp
|
||||
ENTRYPOINT [ "bun", "run", "./src/index.tsx" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue