Skip to content

Commit 4c0c44d

Browse files
committed
fix: dockerfile build
Signed-off-by: Me0wo <152751263+Sn0wo2@users.noreply.github.com>
1 parent 494a97f commit 4c0c44d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN chmod -R a-w /opt/quicknote && \
1414

1515
USER quicknoteuser
1616

17-
EXPOSE 3000 # default port
17+
# default port
18+
EXPOSE 3000
1819

1920
CMD ["./QuickNote"]

0 commit comments

Comments
 (0)