fix: copy src directory to include content type schemas in production
This commit is contained in:
parent
69e758b841
commit
994becc687
@ -32,6 +32,7 @@ RUN addgroup -g 1001 -S nodejs && \
|
||||
# Copy built application from builder stage
|
||||
COPY --from=builder --chown=nodejs:nodejs /app/dist ./dist
|
||||
COPY --from=builder --chown=nodejs:nodejs /app/dist/config ./config
|
||||
COPY --from=builder --chown=nodejs:nodejs /app/src ./src
|
||||
COPY --from=builder --chown=nodejs:nodejs /app/public ./public
|
||||
COPY --from=builder --chown=nodejs:nodejs /app/favicon.png ./favicon.png
|
||||
COPY --from=builder --chown=nodejs:nodejs /app/.strapi ./.strapi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user