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