Moved content of blogs to its own repo
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 2s
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 2s
This commit is contained in:
@@ -12,7 +12,11 @@ COPY package*.json ./
|
||||
RUN npm install
|
||||
|
||||
# Copy project files
|
||||
RUN git clone http://git.aranroig.com/Syndria98/blogs /tmp/blogs
|
||||
RUN mkdir -p content && cp -r /tmp/blogs/content/. ./content/ && rm -r /tmp/blogs
|
||||
|
||||
ARG CACHEBUST=1
|
||||
|
||||
COPY . .
|
||||
|
||||
# Build the Nuxt app
|
||||
|
||||
Reference in New Issue
Block a user