diff --git a/catalyst_voices/Earthfile b/catalyst_voices/Earthfile index f705be7997..601926fe5c 100644 --- a/catalyst_voices/Earthfile +++ b/catalyst_voices/Earthfile @@ -58,7 +58,7 @@ test-unit: package: FROM nginx:alpine3.18 ARG tag='latest' - COPY +build/web /app + BUILD +build COPY ./nginx.conf /etc/nginx/nginx.conf EXPOSE 80