changed the comment section from app to APP

This commit is contained in:
Kaleb Gebremeskel 2022-12-16 15:45:03 +01:00
parent 25f962b5e1
commit 4456ffe12e

View File

@ -11,7 +11,7 @@ COPY app/package.json app/yarn.lock ./
COPY app/spec ./spec COPY app/spec ./spec
COPY app/src ./src COPY app/src ./src
# Run tests to validate app # Run tests to validate APP
FROM app-base AS test FROM app-base AS test
RUN yarn install RUN yarn install
RUN yarn test RUN yarn test