We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494a97f commit 4c0c44dCopy full SHA for 4c0c44d
1 file changed
Dockerfile
@@ -14,6 +14,7 @@ RUN chmod -R a-w /opt/quicknote && \
14
15
USER quicknoteuser
16
17
-EXPOSE 3000 # default port
+# default port
18
+EXPOSE 3000
19
20
CMD ["./QuickNote"]
0 commit comments