Skip to content

Commit

Permalink
Revert accidental commit "Update client.dockerfile"
Browse files Browse the repository at this point in the history
This reverts commit 141a143.
  • Loading branch information
aryanpingle committed Oct 2, 2024
1 parent 141a143 commit 7ac6581
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/client.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./

Expand All @@ -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"]

0 comments on commit 7ac6581

Please sign in to comment.