Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
khagesh4 committed Jul 7, 2022
1 parent 7864fa3 commit 4bed640
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 @@ -3,7 +3,7 @@ USER root
RUN apk add --no-cache php81-pdo php81-pdo_mysql
USER nobody
COPY doc /var/www/documents/
COPY scr /var/www/src/
COPY src /var/www/src/
COPY vendor /var/www/vendor/
COPY web /var/www/html/
EXPOSE 8080/tcp

0 comments on commit 4bed640

Please sign in to comment.