Skip to content

Commit

Permalink
Fix typo in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasdotcom committed Oct 24, 2023
1 parent 0a76ec2 commit ee8c23b
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 @@ -10,7 +10,7 @@ COPY pages pages
COPY public public
COPY scripts scripts
COPY styles styles
COPY .eslintrc.js .eslintrc.js
COPY .eslintrc.json .eslintrc.json
COPY next.config.js next.config.js
COPY package-lock.json package-lock.json
COPY package.json package.json
Expand Down

0 comments on commit ee8c23b

Please sign in to comment.