Skip to content

Commit

Permalink
DN-2: Typo.
Browse files Browse the repository at this point in the history
dereckmezquita committed Jun 24, 2024
1 parent 5b22ef8 commit 482e55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ WORKDIR /app/
COPY package.json /app/

WORKDIR /app/server/
COPY server/package.json server/yarn.json ./
COPY server/package.json server/yarn.lock ./

RUN yarn install --frozen-lockfile

0 comments on commit 482e55a

Please sign in to comment.