export ports

This commit is contained in:
Ammar Qaffaf
2024-03-03 07:22:03 -05:00
parent 8cd16c433e
commit c2c8833a53

View File

@ -16,4 +16,4 @@ RUN npm run build
EXPOSE 8080 EXPOSE 8080
CMD ["sh", "-c", "nginx -g 'daemon off;' & npm run start:all"] CMD ["sh", "-c", "nginx -g 'daemon off;' & npm run start:all"]