update port

This commit is contained in:
2021-03-20 11:56:27 -05:00
parent af43f1b2bc
commit 9e6e0490a1

View File

@@ -6,6 +6,6 @@ COPY . .
RUN npm install RUN npm install
EXPOSE 3000 EXPOSE 6000
ENTRYPOINT ["node", "src/index.js"] ENTRYPOINT ["node", "src/index.js"]