This commit is contained in:
Ammar Qaffaf
2024-03-03 08:50:33 -05:00
parent 96a7bab4cd
commit 28c6dd0bab
3 changed files with 9 additions and 9 deletions

View File

@ -14,6 +14,6 @@ COPY . .
RUN npm run build
EXPOSE 80
EXPOSE 8080
CMD ["sh", "-c", "nginx -g 'daemon off;' & npm run start:all"]