Poprawka dockerfile kopiowanie bazy
This commit is contained in:
@@ -24,7 +24,7 @@ COPY --from=builder /app/dist ./dist
|
|||||||
COPY --from=builder /app/node_modules ./node_modules
|
COPY --from=builder /app/node_modules ./node_modules
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
COPY ./src/data/ServicesRange.db ./data/ServicesRange.db
|
COPY ./src/data/ServicesRange.db /app/data/ServicesRange.db
|
||||||
|
|
||||||
# YAML + public (runtime needed!)
|
# YAML + public (runtime needed!)
|
||||||
COPY --from=builder /app/src/content ./src/content
|
COPY --from=builder /app/src/content ./src/content
|
||||||
|
|||||||
Reference in New Issue
Block a user