Skip to content

Commit 624ed08

Browse files
committed
fix port
1 parent af6aa02 commit 624ed08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ RUN npm install
2020
COPY server.js ./
2121

2222
# Expose REST API port
23-
EXPOSE 6744
23+
EXPOSE 3000
2424

2525
CMD ["node", "/opt/openrgb-rest/server.js"]

0 commit comments

Comments
 (0)