@@ -42,6 +42,6 @@ RUN addgroup -S nodejs && adduser -S reactjs -G nodejs
USER reactjs
-EXPOSE 80
+EXPOSE 3001
CMD ["serve", "-s", "dist", "-l", "3001"]
@@ -13,4 +13,4 @@ services:
restart: unless-stopped
ports:
- - "5055:80"
+ - "5055:3001"