remove command section from frontend-deployment

This commit is contained in:
Arsham Teymourı
2021-08-11 00:11:14 +03:00
parent 72311d9b61
commit 8f6452fba5
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ COPY --from=builder /opt/builder/build /usr/share/nginx/html
EXPOSE 80
#CMD ["/bin/bash", "-c", "/usr/bin/env.sh && nginx -g \"daemon off;\""]
CMD [ "nginx", "-g" ,"\"daemon off;\""]
CMD [ "nginx", "-g" ,"daemon off;"]