mirror of
https://github.com/usememos/memos.git
synced 2025-10-06 20:36:44 +08:00
chore: expose port in dockerfile (#1319)
This commit is contained in:
parent
2428e6e190
commit
df6b4b0607
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ WORKDIR /usr/local/memos
|
||||||
|
|
||||||
COPY --from=backend /backend-build/memos /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.
|
# Directory to store the data, which can be referenced as the mounting point.
|
||||||
RUN mkdir -p /var/opt/memos
|
RUN mkdir -p /var/opt/memos
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue