diff --git a/docker/client.dockerfile b/docker/client.dockerfile index 2dfbea6e5..6a5c37f7d 100644 --- a/docker/client.dockerfile +++ b/docker/client.dockerfile @@ -4,8 +4,6 @@ FROM node:20.10.0-slim as build # Set the working directory inside the container WORKDIR /dtaas/client -LABEL org.opencontainers.image.source=https://github.com/aryanpingle/LeetPy - # Copy package.json and package-lock.json to the working directory COPY ./client/package.json ./ @@ -27,4 +25,4 @@ COPY --from=build /dtaas/client/package.json /dtaas/client/package.json WORKDIR /dtaas/client RUN npm i -g serve # Define the command to run your app -CMD ["yarn", "start"] +CMD ["yarn", "start"] \ No newline at end of file