This commit is contained in:
@@ -12,11 +12,6 @@ COPY package*.json ./
|
||||
RUN npm install
|
||||
|
||||
ARG CACHEBUST=1
|
||||
# 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
|
||||
|
||||
|
||||
COPY . .
|
||||
|
||||
# Build the Nuxt app
|
||||
|
||||
Reference in New Issue
Block a user