Unverified Commit df6b4b06 authored by Cologler's avatar Cologler Committed by GitHub

chore: expose port in dockerfile (#1319)

parent 2428e6e1
......@@ -23,6 +23,8 @@ WORKDIR /usr/local/memos
COPY --from=backend /backend-build/memos /usr/local/memos/
EXPOSE 5230
# Directory to store the data, which can be referenced as the mounting point.
RUN mkdir -p /var/opt/memos
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment