Skip to content

Commit

Permalink
[Docker] Removed accidentally added character
Browse files Browse the repository at this point in the history
Signed-off-by: Ruán Murgatroyd <[email protected]>
  • Loading branch information
RJMurg authored Aug 11, 2024
1 parent ba60a43 commit 0f5f9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:18.19.0-alpine AS build

RUN apk update && apk --no-cache add git

COPY . /app/1
COPY . /app/

WORKDIR /app

Expand Down

0 comments on commit 0f5f9fb

Please sign in to comment.