chore: expose port in dockerfile (#1319)

pull/1321/head
Cologler 2 years ago committed by GitHub
parent 2428e6e190
commit df6b4b0607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save