We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b8a09 commit 50168ebCopy full SHA for 50168eb
Dockerfile
@@ -12,8 +12,8 @@ RUN bundle install
12
COPY . /site/
13
RUN bundle exec rake build:production
14
15
-FROM nginx:alpine
+FROM docker.io/galenguyer/nginx:1.21.6-alpine-spa
16
17
RUN rm -rf /usr/share/nginx/html/*
18
-COPY --from=builder /site/_site/ /usr/share/nginx/html
+COPY --from=builder /site/_site/ /usr/share/nginx/html/
19
0 commit comments