Contact form errors fix

This commit is contained in:
2024-11-19 19:29:03 +00:00
parent 0a22799555
commit c0b1550609
4 changed files with 28 additions and 5 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ COPY . .
RUN npm install
RUN npm run build
RUN npm install -g
RUN npm install -g serve
CMD ["serve", "-s", "dist"]