Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmzz committed Mar 25, 2021
1 parent a592c39 commit 4809ddd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ CMD ["/usr/local/bin/start"]
# build for nginx
#
############################
FROM nginx:latest AS web
FROM litsoftware/nginx:latest AS web

RUN addgroup nobody tty
WORKDIR /var/www

COPY --from=fpm /var/www/. /var/www

0 comments on commit 4809ddd

Please sign in to comment.