Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/nats-nui/nui into main
Browse files Browse the repository at this point in the history
  • Loading branch information
priolo committed Apr 29, 2024
2 parents 4e41225 + fa60b3c commit 4b183a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ RUN apk add libc6-compat
COPY --from=build_be /cmd/nui-web /cmd/nui-web
COPY --from=build_fe /frontend/dist /frontend/dist
EXPOSE 31311/tcp
ENTRYPOINT ["/cmd/nui-web"]
ENTRYPOINT ["/cmd/nui-web"]
CMD ["--db-path=/db"]

0 comments on commit 4b183a4

Please sign in to comment.