Skip to content

Commit ccfd98e

Browse files
committed
Fix comment.
1 parent 564954a commit ccfd98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM node:24.14.0-alpine
44
# Create /var/www directory.
55
RUN mkdir -p /var/www
66

7-
# Copy files into /var/www directory.
7+
# Copy package.json into /var/www directory.
88
WORKDIR /var/www
99
COPY ./package.json .
1010

0 commit comments

Comments
 (0)