Skip to content

Commit

Permalink
Remove stray reference in Dockerfile.dev
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Marston <[email protected]>
  • Loading branch information
richardmarston committed Jan 13, 2023
1 parent 361b19b commit ea6eb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY images /pintura/images
COPY test/ /pintura/test
COPY cimmenu /pintura/cimmenu
COPY cimsvg /pintura/cimsvg
COPY buildFlags.sh index.html Makefile package.json /pintura/
COPY index.html Makefile package.json /pintura/

WORKDIR /pintura
RUN npm install -g [email protected]
Expand Down

0 comments on commit ea6eb21

Please sign in to comment.