Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash authored Dec 10, 2023
1 parent 039cd71 commit 5f1b922
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 @@ -13,7 +13,7 @@ FROM node:20-alpine AS build

RUN yarn run build

FROM trafex/php-nginx:latest AS final
FROM ghcr.io/ncovercash/docker-php-nginx:v1.0.2 AS final

COPY --from=build /app/build /var/www/html/Gallery

Expand Down

0 comments on commit 5f1b922

Please sign in to comment.