ls test
Some checks failed
Master Build / Build and Push Docker Image (amd64) (push) Failing after 40s
Master Build / Update running container (push) Has been skipped

This commit is contained in:
José Henrique 2025-01-22 22:02:32 -03:00
parent 7100d393ed
commit d001e47b09

View File

@ -12,6 +12,7 @@ RUN npm run build
FROM nginx:alpine
RUN ls -la /app
COPY --from=build /app/build /usr/share/nginx/html
EXPOSE 80