Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit b2317a1

Browse files
committed
Dockerfile: upercase the RUN commaned
1 parent 3765013 commit b2317a1

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
@@ -20,7 +20,7 @@ RUN cd /usr/src/app/vendor/php-parser/ && composer install --prefer-source --no-
2020
RUN adduser app -u 9000
2121

2222
COPY . /usr/src/app
23-
run chown -R app .
23+
RUN chown -R app .
2424
RUN npm install
2525

2626
USER app

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /