We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c316e commit 6ba39fbCopy full SHA for 6ba39fb
docker/Dockerfile
@@ -7,7 +7,6 @@ COPY . /challenge-api
7
WORKDIR /challenge-api
8
9
# Install the dependencies from package.json
10
-RUN git --version
11
RUN npm i -g pnpm
12
RUN pnpm install
13
0 commit comments