Spaces:
Sleeping
Sleeping
Nicky Nicolson
commited on
Commit
·
87873f3
1
Parent(s):
91aa31c
rm theme copy
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Muitistage Dockerfile to first build the static site, then using nginx serve the static site
|
2 |
FROM ruby:3.4.3 as builder
|
3 |
WORKDIR /usr/src/app
|
4 |
-
COPY Gemfile
|
5 |
RUN bundle install
|
6 |
COPY . .
|
7 |
RUN bundle exec jekyll build
|
|
|
1 |
# Muitistage Dockerfile to first build the static site, then using nginx serve the static site
|
2 |
FROM ruby:3.4.3 as builder
|
3 |
WORKDIR /usr/src/app
|
4 |
+
COPY Gemfile ./
|
5 |
RUN bundle install
|
6 |
COPY . .
|
7 |
RUN bundle exec jekyll build
|